Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 19:40:03 +00:00
parent 026cfd94ef
commit eb606d550f

View File

@@ -19,7 +19,7 @@
default:
image: alpine:latest
before_script:
- apk install zip
- apk add zip
stages: # List of stages for jobs, and their order of execution
- test