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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue