From: Michael Albinus Date: Sat, 27 Mar 2021 13:57:32 +0000 (+0100) Subject: ; Adapt recent change in test/infra/gitlab-ci.yml X-Git-Tag: emacs-28.0.90~3124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e26d0e611aaf477a88119c506f942036c338688f;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 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