diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9924b43..e187dda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution pre-job: stage: .pre script: - sudo apt install python3 -y + apt install python3 -y test-job: # This job runs in the deploy stage. stage: test # It only runs when *both* jobs in the test stage complete successfully.