From e26d0e611aaf477a88119c506f942036c338688f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 27 Mar 2021 14:57:32 +0100 Subject: ; Adapt recent change in test/infra/gitlab-ci.yml --- test/infra/gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index c957bf9b4dc..fe34e2b2138 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -132,8 +132,10 @@ default: - docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} .test-template: + after_script: + - docker cp $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):test test artifacts: - name: ${CI_JOB_NAME}-${CI_COMMIT_SHA} + name: ${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA} public: true expire_in: 1 week when: always @@ -234,7 +236,7 @@ test-filenotify-gio: test-gnustep: # This tests the GNUstep build process stage: platforms - extends: [.job-template, .test-template, .gnustep-template] + extends: [.job-template, .gnustep-template] variables: target: emacs-gnustep make_params: install -- cgit v1.2.1