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