From e23f9a1bac9690035bc1e0b89cc1d77cad736ad3 Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 19:10:26 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.