update gitlab-ci

This commit is contained in:
Philipp Kunz 2018-04-29 16:37:33 +02:00
parent 81eb0e252e
commit 20fd6a8d7b

View File

@ -53,7 +53,7 @@ testLTS:
testSTABLE: 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/