update 3 gitlab-ci.yml

This commit is contained in:
britea 2020-03-07 12:47:43 +01:00
parent ddf01bf159
commit 14a7b8c264

View File

@ -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