fix tests

This commit is contained in:
Philipp Kunz 2016-07-25 01:57:51 +02:00
parent ad986c1efe
commit c55977d5e4

View File

@ -6,26 +6,13 @@ stages:
before_script:
- "apt-get update && apt-get install nginx -y"
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
allow_failure: true
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
only:
- tags
tags:
- docker