From c4a48cbed4144e0322fc9f86735734227317b550 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:27:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1ecbfe..a5ad9ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ prepare_job: release_job: needs: - - prepare + - prepare_job stage: release # It only runs when *both* jobs in the test stage complete successfully. image: registry.gitlab.com/gitlab-org/release-cli:latest