chore: add zip to node image
This commit is contained in:
@@ -9,6 +9,9 @@ stages:
|
||||
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- apt get update
|
||||
- apt get install -y zip
|
||||
script:
|
||||
- npm ci
|
||||
- npm run build
|
||||
|
||||
Reference in New Issue
Block a user