chore: add zip to node image

This commit is contained in:
Matthieu CAILLEAUX
2021-11-15 15:59:04 +01:00
parent e6221d5736
commit 8f49d20697

View File

@@ -9,6 +9,9 @@ stages:
build: build:
stage: build stage: build
before_script:
- apt get update
- apt get install -y zip
script: script:
- npm ci - npm ci
- npm run build - npm run build