From ef2c07b0fb3679e10c611e5a624e61eb48466bf3 Mon Sep 17 00:00:00 2001 From: Arthur Vuillard Date: Fri, 7 Jul 2023 12:30:55 +0200 Subject: [PATCH] remove dependencies between stages --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e626c57..a05bc5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ tests: POSTGRES_HOST_AUTH_METHOD: "trust" services: - postgres:13 - dependencies: - - venv script: - export CACHE_PATH="/venvs/${CI_PROJECT_NAME}/$(date +week-%V-%Y)" - if [[ "$CI_COMMIT_BRANCH" == *"--no-cache"* ]] ; then export CACHE_PATH="/venvs/$CI_COMMIT_SHORT_SHA"; fi @@ -43,8 +41,6 @@ build_docker_and_publish: image: docker:git tags: - dind - dependencies: - - tests services: - docker:dind script: