Update .gitlab-ci.yml file
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
default:
|
default:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apk install zip
|
- apk add zip
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- test
|
- test
|
||||||
|
|||||||
Reference in New Issue
Block a user