diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9b92784a8a..49a9fbd8f00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,9 @@ default: unset CI_JOB_JWT # Unsetting vulnerable env variables after_script: + # Work around https://gitlab.com/gitlab-org/gitlab/-/issues/20338 + - find -name '*.log' -exec mv {} {}.txt \; + - > set +x