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,7 +14,8 @@ install_dependencies:
- cd smarthut - cd smarthut
- npm install - npm install
artifacts: artifacts:
paths: node_modules/ paths:
- node_modules/
testing_testing: testing_testing:
stage: test stage: test