Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 19:49:01 +00:00
parent 02a32a81f2
commit efce751464

View File

@@ -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