From 239bdd214a9e5466c6d42498f1e87bc621a36264 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 22:35:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a03c741..a86f9bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,8 @@ prepare_job: release_job: needs: - - prepare_job - artifacts: true + - job: prepare_job + artifacts: true stage: release # It only runs when *both* jobs in the test stage complete successfully. image: registry.gitlab.com/gitlab-org/release-cli:latest