update 2 gitlab-ci.yml
This commit is contained in:
parent
97fdee796e
commit
ddf01bf159
1 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,11 @@ install_dependencies:
|
|||
- cd smarthut
|
||||
- npm install
|
||||
artifacts:
|
||||
paths: node_modules/
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
testing_testing:
|
||||
stage: test
|
||||
script:
|
||||
- cd smarthut
|
||||
- cd smarthut
|
||||
- npm test
|
Loading…
Reference in a new issue