Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 19:49:30 +00:00
parent efce751464
commit 34d41c4c5b

View File

@@ -5,8 +5,8 @@ stages:
first:
stage: prepare_job
prepare_job:
stage: prepare
image: python:3.10
script:
- 'pip install requests'
@@ -15,7 +15,6 @@ first:
- 'ls -al'
release:
needs:
- prepare_job