update 2 gitlab-ci.yml

This commit is contained in:
britea 2020-03-07 12:42:57 +01:00
parent 97fdee796e
commit ddf01bf159

View File

@ -14,10 +14,11 @@ install_dependencies:
- cd smarthut
- npm install
artifacts:
paths: node_modules/
paths:
- node_modules/
testing_testing:
stage: test
script:
- cd smarthut
- cd smarthut
- npm test