fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-03 09:15:19 +00:00
parent 958a5d4db5
commit aec150a240

View File

@ -54,6 +54,17 @@ testStable:
- docker
- priv
testStable:
stage: test
script:
- npmci npm prepare
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- windows
testBuild:
stage: test
script: