chore: add zip to node image

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

View File

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