aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2021-03-27 20:19:27 +0100
committerMichael Albinus2021-03-27 20:19:27 +0100
commit56081645cc91c6f4259fa7d1a938fc781fbcb0da (patch)
tree228d45fbf65497725560980de8f17e4cef744881 /test
parentc52cf64adb0e47c9179f00e00a8980e86b864abd (diff)
downloademacs-56081645cc91c6f4259fa7d1a938fc781fbcb0da.tar.gz
emacs-56081645cc91c6f4259fa7d1a938fc781fbcb0da.zip
; Adapt recent change in test/infra/gitlab-ci.yml
Diffstat (limited to 'test')
-rw-r--r--test/infra/gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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:
106 after_script: 106 after_script:
107 - docker ps -a 107 - docker ps -a
108 - printenv 108 - printenv
109 - [ ${CI_JOB_STAGE} == fast ] && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true 109 - ( test ${CI_JOB_STAGE} == fast ) && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true
110 - docker rm ${test_name} 110 - docker rm ${test_name}
111 111
112.build-template: 112.build-template: