diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7310d7891df39a590c39ec1ee2e7b82e8d4beb7..01630912c52ccc728870d72c33a8f02cdf7c2c7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -311,6 +311,7 @@ deploy-slo-checker-lag-trend: stage: deploy extends: - .dind + needs: [] script: - DOCKER_TAG_NAME=$(echo $CI_COMMIT_REF_SLUG- | sed 's/^master-$//') - docker build --pull -t theodolite-slo-checker-lag-trend slope-evaluator @@ -337,6 +338,7 @@ deploy-random-scheduler: stage: deploy extends: - .dind + needs: [] script: - DOCKER_TAG_NAME=$(echo $CI_COMMIT_REF_SLUG- | sed 's/^master-$//') - docker build --pull -t theodolite-random-scheduler execution/infrastructure/random-scheduler