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:
stage: test
script:
- npmci node install lts
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/