From f7a38eb02175e92b2c2029c88e87d877157ffcab Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 18 Feb 2017 21:26:17 +0100 Subject: [PATCH] Don't cache node-modules. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c05e34f4cc..1d3cba051d 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