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:
stage: build
script:
- cd smarthut
- npm install
artifacts:
paths:
- node_modules/
paths: node_modules/
testing_testing:
stage: test
script: npm test
script:
- cd smarthut
- npm test