diff --git a/ci/test.linux.gitlab-ci.yml b/ci/test.linux.gitlab-ci.yml index 754745bf6..949a9a063 100644 --- a/ci/test.linux.gitlab-ci.yml +++ b/ci/test.linux.gitlab-ci.yml @@ -46,10 +46,6 @@ test:linux:x86-64:gcc-6:default:unsupported: variables: EIGEN_CI_INSTALL: g++-10 -test:linux:x86-64:gcc-10:cxx03: - extends: .test:linux:x86-64:gcc-10:default - needs: [ build:linux:cross:x86-64:gcc-10:cxx03 ] - test:linux:x86-64:gcc-10:default:official: extends: .test:linux:x86-64:gcc-10:default variables: @@ -60,6 +56,22 @@ test:linux:x86-64:gcc-10:default:unsupported: variables: EIGEN_CI_CTEST_LABEL: Unsupported +.test:linux:x86-64:gcc-10:cxx03: + extends: .test:linux:x86-64 + needs: [ build:linux:cross:x86-64:gcc-10:cxx03 ] + variables: + EIGEN_CI_INSTALL: g++-10 + +test:linux:x86-64:gcc-10:cxx03:official: + extends: .test:linux:x86-64:gcc-10:cxx03 + variables: + EIGEN_CI_CTEST_LABEL: Official + +test:linux:x86-64:gcc-10:cxx03:unsupported: + extends: .test:linux:x86-64:gcc-10:cxx03 + variables: + EIGEN_CI_CTEST_LABEL: Unsupported + .test:linux:x86-64:gcc-10:avx: extends: .test:linux:x86-64 needs: [ build:linux:cross:x86-64:gcc-10:avx ]