Skip to content
Snippets Groups Projects
Verified Commit 92edc4b3 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Added cache keys to prevent jobs from overriding each others chaches

parent ce91bfda
No related branches found
No related tags found
1 merge request!37Added cache keys to prevent jobs from overriding each others caches
Pipeline #
......@@ -22,6 +22,7 @@ build_test_env:
- .venv/
expire_in: 20 minutes
cache:
key: "$CI_JOB_NAME"
paths:
- .venv
......@@ -45,6 +46,7 @@ test_pytest:
paths:
- .coverage
cache:
key: "$CI_JOB_NAME"
paths:
- .coverage
......@@ -67,6 +69,7 @@ test_frontend:
- yarn install
- yarn test --single-run
cache:
key: "$CI_JOB_NAME"
paths:
- frontend/node_modules/
......
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