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:
paths:
- node_modules/
- smart-hut/node_modules/
install_dependencies:
stage: build
@ -15,7 +15,7 @@ install_dependencies:
- yarn install
artifacts:
paths:
- node_modules/
- smart-hut/node_modules/
testing_testing:
stage: test