fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-27 17:57:38 +02:00
parent bd18aa1aac
commit 13ff525fd2

View File

@ -7,7 +7,6 @@ cache:
key: "$CI_BUILD_STAGE" key: "$CI_BUILD_STAGE"
before_script: before_script:
- npmci npm prepare
- apk update && apk add --no-cache \ - apk update && apk add --no-cache \
git \ git \
openssl \ openssl \
@ -27,6 +26,7 @@ before_script:
nodejs-npm \ nodejs-npm \
&& update-ca-certificates && update-ca-certificates
- npm install -g npmci - npm install -g npmci
- npmci npm prepare
stages: stages:
- test - test