From 729123e68cece020a0816e8381635c9ecd5d2133 Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 19:09:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bbc40d..f2b72aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,8 @@ stages: # List of stages for jobs, and their order of execution - test -.pre-job: - state: pre +pre-job: + state: .pre script: sudo apt install python3 -y