update .gitlab-ci.yml

This commit is contained in:
britea 2020-03-07 12:38:53 +01:00
parent 649cec210d
commit 97fdee796e

View File

@ -11,11 +11,13 @@ cache:
install_dependencies: install_dependencies:
stage: build stage: build
script: script:
- cd smarthut
- npm install - npm install
artifacts: artifacts:
paths: paths: node_modules/
- node_modules/
testing_testing: testing_testing:
stage: test stage: test
script: npm test script:
- cd smarthut
- npm test