update 4 gitlab-ci.yml

This commit is contained in:
britea 2020-03-07 13:07:32 +01:00
parent 14a7b8c264
commit c5582882eb

View File

@ -12,13 +12,14 @@ install_dependencies:
stage: build stage: build
script: script:
- cd smart-hut - cd smart-hut
- npm install - yarn install
artifacts: artifacts:
paths: paths:
- cd smart-hut
- node_modules/ - node_modules/
testing_testing: testing_testing:
stage: test stage: test
script: script:
- cd smart-hut - cd smart-hut
- npm test - yarn test