update gitlab ci and use npmci

This commit is contained in:
Philipp Kunz 2016-05-30 05:42:24 +02:00
parent b5735e3721
commit 281595f8c8

View File

@ -7,25 +7,21 @@ stages:
testLTS: testLTS:
stage: test stage: test
script: script:
- npmci install 4 - npmci test lts
- npm install
- npm test
tags: tags:
- docker - docker
testSTABLE: testSTABLE:
stage: test stage: test
script: script:
- npmci install stable - npmci test stable
- npm install
- npm test
tags: tags:
- docker - docker
release: release:
stage: release stage: release
script: script:
- npm -v - npmci publish
only: only:
- tags - tags
tags: tags: