improve gitlab.yml
This commit is contained in:
parent
38e54f13ff
commit
97d2a8d1b7
@ -14,7 +14,7 @@ testLTS:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install lts
|
- npmci install lts
|
||||||
- npmci command npm install -g npmts
|
- npmci command npm install -g -q npmts
|
||||||
- npmci test lts
|
- npmci test lts
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -23,7 +23,7 @@ testSTABLE:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install stable
|
- npmci install stable
|
||||||
- npmci command npm install -g npmts
|
- npmci command npm install -g -q npmts
|
||||||
- npmci test stable
|
- npmci test stable
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -32,7 +32,7 @@ testLEGACY:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install legacy
|
- npmci install legacy
|
||||||
- npmci command npm install -g npmts
|
- npmci command npm install -g -q npmts
|
||||||
- npmci test legacy
|
- npmci test legacy
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user