diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e12a0be5c..c5ab8e3415 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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