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: build:
stage: build stage: build
before_script: before_script:
- apt get update - apt update
- apt get install -y zip - apt get install -y zip
script: script:
- npm ci - npm ci