update 3 gitlab-ci.yml
This commit is contained in:
parent
ddf01bf159
commit
14a7b8c264
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ cache:
|
|||
install_dependencies:
|
||||
stage: build
|
||||
script:
|
||||
- cd smarthut
|
||||
- cd smart-hut
|
||||
- npm install
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -20,5 +20,5 @@ install_dependencies:
|
|||
testing_testing:
|
||||
stage: test
|
||||
script:
|
||||
- cd smarthut
|
||||
- cd smart-hut
|
||||
- npm test
|
Loading…
Reference in a new issue