diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 5472c0ace9..c3f4418af2 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -4,13 +4,8 @@ artifacts: expire_in: 1d paths: - # XXX(globbing): Can be simplified with support from - # https://gitlab.com/gitlab-org/gitlab-runner/issues/4840 - - build/CTestTestfile.cmake - - build/*/CTestTestfile.cmake - - build/*/*/CTestTestfile.cmake - - build/*/*/*/CTestTestfile.cmake - - build/*/*/*/*/CTestTestfile.cmake + # Test specifications. + - build/**/CTestTestfile.cmake # Allow CMake to find CMAKE_ROOT. - build/CMakeFiles/CMakeSourceDir.txt