fix(dependencies): update to scoped versions of npmci and npmdocker

This commit is contained in:
Philipp Kunz 2018-05-27 13:21:49 +02:00
parent baeb46ed81
commit 9d62eab807
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ stages:
- triggerPagesVerify
before_script:
- npm install -g npmci
- npm install -g @shipzone/npmci
- npmci docker login
buildTest:

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
RUN npm install -g npmci npmdocker @gitzone/npmts ts-node
RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node