Skip to content
Snippets Groups Projects
Commit f16d9180 authored by Victor Löfgren's avatar Victor Löfgren
Browse files

#5: Test cache

parent 230a689b
No related branches found
No related tags found
1 merge request!7Resolve "Improve gitlab pipelines"
......@@ -11,6 +11,11 @@ client-setup:
paths:
- client/.npm/
- client/node_modules/
cache:
key: "$CI_COMMIT_REF_SLUG"
paths:
- client/.npm/
- client/node_modules/
client-linting:
image: node:10
......
......@@ -6,6 +6,10 @@ server-setup:
- server/env
expire_in: 15 min
untracked: true
cache:
key: "$CI_COMMIT_REF_SLUG"
paths:
- server/env
script:
- python --version
- pip install virtualenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment