- 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
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