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:
|
||||
stage: build
|
||||
script:
|
||||
- cd smarthut
|
||||
- npm install
|
||||
artifacts:
|
||||
paths:
|
||||
- node_modules/
|
||||
paths: node_modules/
|
||||
|
||||
testing_testing:
|
||||
stage: test
|
||||
script: npm test
|
||||
script:
|
||||
- cd smarthut
|
||||
- npm test
|
Loading…
Reference in a new issue