Don't cache node-modules.

This commit is contained in:
Roger Braun 2017-02-18 21:26:17 +01:00
parent 6f98543b79
commit f7a38eb021

View file

@ -23,16 +23,16 @@ before_script:
# This folder is cached between builds # This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache # http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache: #cache:
paths: # paths:
- node_modules/ # - node_modules/
test: test:
script: script:
- npm install -g yarn - npm install -g yarn
- yarn - yarn
- npm run unit - npm run unit
build: build:
script: script:
- npm install -g yarn - npm install -g yarn