diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e6a7f150f1187170c6c6fc2210e823b0a90c7c..e38469abdfac48d654d8770793167866df3159a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,9 @@ benchmarks:physics:success: variables: STATE: "success" DESCRIPTION: "Succeeded!" + after_script: + # Cleanup scratch space + - rm -rfv $LOCAL_DATA_PATH when: on_success benchmarks:physics:failure: