fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-27 17:56:33 +02:00
parent 99c16ce1f2
commit 6c21042373

View File

@ -1,5 +1,5 @@
# gitzone ci_docker
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
image: docker:19.03.1
cache:
paths:
@ -8,6 +8,25 @@ cache:
before_script:
- npmci npm prepare
- apk update && apk add --no-cache \
git \
openssl \
ca-certificates \
bash \
curl \
make \
gcc \
g++ \
python \
linux-headers \
paxctl \
libgcc \
libstdc++ \
gnupg \
nodejs \
nodejs-npm \
&& update-ca-certificates
- npm install -g npmci
stages:
- test