diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ec65b4..a033693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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