fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-27 19:44:57 +02:00
parent 54440f3d87
commit 8a0beb0748
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
# gitzone ci_docker
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
variables:
GIT_STRATEGY: clone
cache:
paths:
@ -17,10 +15,10 @@ stages:
- trigger
- pages
testLTS:
testStable:
stage: test
script:
- npmci node install lts
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
@ -30,7 +28,7 @@ testLTS:
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:18-dind
- docker:stable-dind
stage: release
script:
- npmci node install lts

View File

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