aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c05e34f4..1d3cba05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,16 +23,16 @@ before_script:
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
-cache:
- paths:
- - node_modules/
+#cache:
+# paths:
+# - node_modules/
test:
script:
- npm install -g yarn
- yarn
- npm run unit
-
+
build:
script:
- npm install -g yarn