Skip to content
Snippets Groups Projects
Commit f7a38eb0 authored by lain's avatar lain
Browse files

Don't cache node-modules.

parent 6f98543b
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment