update6 gitlab-ci.yml
This commit is contained in:
parent
ac15bbc4f2
commit
f1775a837a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue