]> git.eshelyaron.com Git - emacs.git/commitdiff
; Adapt recent change in test/infra/gitlab-ci.yml
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 27 Mar 2021 13:57:32 +0000 (14:57 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 27 Mar 2021 13:57:32 +0000 (14:57 +0100)
test/infra/gitlab-ci.yml

index c957bf9b4dce366eea49bb3a1d6f059666fc2139..fe34e2b2138531c3738419dee1be4557ac05d0c7 100644 (file)
@@ -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