Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 19:10:26 +00:00
parent e5a1fd3118
commit e23f9a1bac

View File

@@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution
pre-job: pre-job:
stage: .pre stage: .pre
script: script:
sudo apt install python3 -y apt install python3 -y
test-job: # This job runs in the deploy stage. test-job: # This job runs in the deploy stage.
stage: test # It only runs when *both* jobs in the test stage complete successfully. stage: test # It only runs when *both* jobs in the test stage complete successfully.