Skip to content
Snippets Groups Projects
Commit f12a780c authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Load only the cache from the current CI pipeline id

parent 64b1a38d
No related branches found
No related tags found
No related merge requests found
Pipeline #1625897 failed
......@@ -8,6 +8,7 @@ build-integration-test:
- setup-integration-test
cache:
when: always
key: ${CI_PIPELINE_ID}
paths:
- ${CI_PROJECT_DIR}
......
......@@ -5,7 +5,8 @@ run-integration-test:
needs:
- build-integration-test
cache:
when: always
when: on_success
key: ${CI_PIPELINE_ID}
paths:
- ${CI_PROJECT_DIR}
......
......@@ -5,6 +5,7 @@ setup-integration-test:
- INTEGRATION-TEST
cache:
when: always
key: ${CI_PIPELINE_ID}
paths:
- ${CI_PROJECT_DIR}
......
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