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