diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69b41f48a0b6171d44c6b780d072d14735593ef6..d4003ef5a154edd118527ffc9ff5f90cc2b8cb91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,6 @@ stages: - build_docker_images - deploy - integrationtest - - stop_review include: - local: /.gitlab/ci/build_composer.yml diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index 79c87eed3683cc7c99c385f4b0a7f683743c93ed..f5d19e2ccc322645cc79a08b58a60e38e38d9689 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -62,7 +62,7 @@ deploy_review: - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH' stop_review: - stage: stop_review + stage: deploy image: $DEPLOY_KUBERNETES_IMAGE environment: name: review/$CI_COMMIT_REF_SLUG