From 8f1f25260150aeeaba1093bc351133f93dc86c9a Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:25:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9de24e..d1ae4bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,8 @@ deploy: release_job: - needs: deploy + needs: + - deploy stage: release # It only runs when *both* jobs in the test stage complete successfully. image: registry.gitlab.com/gitlab-org/release-cli:latest