diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a39c3645270a3f00d3e4724d2db20afb59db7c21..cea70a822ed1df70127f99ebaf3ba82d475cf7ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -501,6 +501,8 @@ clean: stage: finalize dependencies: - version + tags: + - docker-new when: always script: ## remove the pipeline specific export from eicweb if needed @@ -518,6 +520,8 @@ deep_clean: stage: finalize dependencies: - clean + tags: + - docker-new when: manual script: - docker system prune --force