Commit 35d1b399 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

CI: overrride Docker after_script

parent 90dfe05b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ core:lxplus-gcc:
        - job: cmp:lxplus-gcc
          artifacts: true

# Ubuntu Docker image
# Ubuntu Docker image - overriding after_script to not load CVMFS
mod:docker:
    extends:
        - .docker
@@ -266,6 +266,8 @@ mod:docker:
    needs:
        - job: cmp:docker
          artifacts: true
    after_script:
        - .gitlab/ci/transform_ctest_junit.py build/Testing/`head -n 1 build/Testing/TAG`/Test.xml .gitlab/ci/ctest-to-junit.xsl apsq-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}.xml

core:docker:
    extends:
@@ -274,6 +276,8 @@ core:docker:
    needs:
        - job: cmp:docker
          artifacts: true
    after_script:
        - .gitlab/ci/transform_ctest_junit.py build/Testing/`head -n 1 build/Testing/TAG`/Test.xml .gitlab/ci/ctest-to-junit.xsl apsq-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}.xml

# CentOS 7
mod:cc7-gcc: