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"
before_script:
- npmci npm prepare
- apk update && apk add --no-cache \
git \
openssl \
@ -27,6 +26,7 @@ before_script:
nodejs-npm \
&& update-ca-certificates
- npm install -g npmci
- npmci npm prepare
stages:
- test