update 4 gitlab-ci.yml
This commit is contained in:
parent
14a7b8c264
commit
c5582882eb
1 changed files with 3 additions and 2 deletions
|
@ -12,13 +12,14 @@ install_dependencies:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd smart-hut
|
- cd smart-hut
|
||||||
- npm install
|
- yarn install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
- cd smart-hut
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
testing_testing:
|
testing_testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd smart-hut
|
- cd smart-hut
|
||||||
- npm test
|
- yarn test
|
Loading…
Reference in a new issue