fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-19 12:03:19 +02:00
parent 9e1d21931e
commit fecbcdde64
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ cache:
key: "$CI_BUILD_STAGE"
before_script:
- npm install -g @shipzone/npmci
- npmci npm prepare
stages:
@ -27,7 +26,7 @@ testSTABLE:
- docker
release:
image: hosttoday/ht-docker-dbase:npmci
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
stage: release

View File

@ -31,4 +31,4 @@
"directories": {
"test": "test"
}
}
}