From: Michael Albinus Date: Sat, 27 Mar 2021 19:19:27 +0000 (+0100) Subject: ; Adapt recent change in test/infra/gitlab-ci.yml X-Git-Tag: emacs-28.0.90~3118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56081645cc91c6f4259fa7d1a938fc781fbcb0da;p=emacs.git ; Adapt recent change in test/infra/gitlab-ci.yml --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index fdca12b27aa..77153f63ac9 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -106,7 +106,7 @@ default: after_script: - docker ps -a - printenv - - [ ${CI_JOB_STAGE} == fast ] && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true + - ( test ${CI_JOB_STAGE} == fast ) && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true - docker rm ${test_name} .build-template: