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