Don't cache node-modules.

This commit is contained in:
Roger Braun 2017-02-18 21:26:17 +01:00
parent 6f98543b79
commit f7a38eb021
1 changed files with 4 additions and 4 deletions

View File

@ -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