fix(core): update

This commit is contained in:
Philipp Kunz 2021-04-15 08:37:21 +00:00
parent 6c9b10e9a7
commit 41de3ef376

View File

@ -18,7 +18,6 @@ stages:
testStable:
stage: test
script:
- npmci npm prepare
- npmci node install stable
- npmci npm install
- npmci npm test
@ -26,25 +25,13 @@ testStable:
tags:
- docker
testBuild:
stage: test
script:
- npmci npm prepare
- npmci node install stable
- npmci npm install
- npmci command npm run build
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- notpriv
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:stable-dind
stage: release
script:
- npmci node install stable
- npmci node install lts
- npmci docker login
- npmci docker build
- npmci docker test