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