update6 gitlab-ci.yml

This commit is contained in:
britea 2020-03-07 15:12:52 +01:00
parent ac15bbc4f2
commit f1775a837a

View file

@ -6,7 +6,7 @@ stages:
cache: cache:
paths: paths:
- node_modules/ - smart-hut/node_modules/
install_dependencies: install_dependencies:
stage: build stage: build
@ -15,7 +15,7 @@ install_dependencies:
- yarn install - yarn install
artifacts: artifacts:
paths: paths:
- node_modules/ - smart-hut/node_modules/
testing_testing: testing_testing:
stage: test stage: test