chore: add zip to node image

This commit is contained in:
Matthieu CAILLEAUX
2021-11-15 16:02:00 +01:00
parent 4866674b1e
commit dc95b3c74e

View File

@@ -11,7 +11,7 @@ build:
stage: build
before_script:
- apt update
- apt get install -y zip
- apt install -y zip
script:
- npm ci
- npm run build