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