Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 19:09:20 +00:00
parent b54b7f1cbf
commit 729123e68c

View File

@@ -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