remove dependencies between stages

This commit is contained in:
Arthur Vuillard 2023-07-07 12:30:55 +02:00
parent a7ab585599
commit ef2c07b0fb

View file

@ -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: