From 8004cc05379ee6ac0cef3f9d905d1bbbb914c97b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 12 May 2022 01:12:45 +0200 Subject: [PATCH] Make sure root-clenaup runs --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a21699c..0860003 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,6 +134,7 @@ variables: extends: - .test_ghcup_version - .debian + - .root_cleanup before_script: - ./.gitlab/before_script/linux/install_deps.sh @@ -141,6 +142,7 @@ variables: extends: - .test_ghcup_version - .alpine:32bit + - .root_cleanup before_script: - ./.gitlab/before_script/linux/alpine/install_deps.sh @@ -148,6 +150,7 @@ variables: extends: - .test_ghcup_version - .linux:armv7 + - .root_cleanup before_script: - ./.gitlab/before_script/linux/install_deps.sh @@ -155,6 +158,7 @@ variables: extends: - .test_ghcup_version - .linux:aarch64 + - .root_cleanup before_script: - ./.gitlab/before_script/linux/install_deps.sh