Skip to content
Snippets Groups Projects
Commit d491e798 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: cleanup

parent bdc62213
No related branches found
No related tags found
1 merge request!1Feature: GitLab-CI
...@@ -63,7 +63,7 @@ test-job: # This job runs in the test stage. ...@@ -63,7 +63,7 @@ test-job: # This job runs in the test stage.
cleanup-job: cleanup-job:
stage: cleanup stage: cleanup
tags: tags:
- "docker" - "shell"
script: script:
- rm -rf "%CACHE_PATH%/%CI_PIPELINE_ID%" - rm -rf "%CACHE_PATH%/%CI_PIPELINE_ID%"
when: always when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment