From 7fb19b6b45f298d045188cfb1b34639593b8babb Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 18 Aug 2022 19:40:49 +0000 Subject: [PATCH] fix: always run cleanup --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c57d66bb1..06870715c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -602,6 +602,8 @@ cleanup: stage: finalize dependencies: - version + rules: + - when: always script: ## remove the pipeline specific export from eicweb if needed - echo "Cleaning up pipeline specific docker tags if needed" -- GitLab