Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading @@ -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: Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading @@ -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: Loading