build: install zip command
This commit is contained in:
parent
a383036212
commit
41f0667066
1 changed files with 2 additions and 1 deletions
|
@ -99,6 +99,8 @@ nginx-test:
|
|||
|
||||
build:
|
||||
stage: test
|
||||
before_script:
|
||||
- apt-get update -y && apt-get install -y zip
|
||||
script:
|
||||
- yarn build
|
||||
# - yarn manage:translations en
|
||||
|
@ -137,7 +139,6 @@ review:
|
|||
|
||||
pages:
|
||||
stage: deploy
|
||||
before_script: []
|
||||
script:
|
||||
# artifacts are kept between jobs
|
||||
- mv dist public
|
||||
|
|
Loading…
Reference in a new issue