diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 316d615..75e4ca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ tests-3.11: semver: stage: Deploy - needs: ["tests"] + needs: ["pytest"] script: - git config --global user.name "ci_update_bot" - git config --global user.email "ci_update_bot@bec.ch"