From efce7514648ea656a3abf3ac706bb843e7921316 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 19:49:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7376bdb..99f6685 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ stages: -prepare_job: - stage: prepare +first: + stage: prepare_job image: python:3.10 script: - 'pip install requests' @@ -15,8 +15,9 @@ prepare_job: - 'ls -al' + release: - dependencies: + needs: - 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