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

View File

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