fix gitlab ci
This commit is contained in:
parent
8f47b95220
commit
7d6caaafce
@ -8,6 +8,7 @@ testLTS:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install 4
|
- npmci install 4
|
||||||
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -16,6 +17,7 @@ testSTABLE:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install stable
|
- npmci install stable
|
||||||
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user