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:
|
install_dependencies:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd smarthut
|
- cd smart-hut
|
||||||
- npm install
|
- npm install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -20,5 +20,5 @@ install_dependencies:
|
||||||
testing_testing:
|
testing_testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd smarthut
|
- cd smart-hut
|
||||||
- npm test
|
- npm test
|
Loading…
Reference in a new issue