From 479712186f5059b77429d204eaeae0e9fcc2445e Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 1 Nov 2023 16:42:19 +0100 Subject: [PATCH] Remove unnecessary ctest command line arguments from GCC 11 pipeline config --- .gitlab/includes/gcc11_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/includes/gcc11_pipeline.yml b/.gitlab/includes/gcc11_pipeline.yml index 376ea5846..7392ab253 100644 --- a/.gitlab/includes/gcc11_pipeline.yml +++ b/.gitlab/includes/gcc11_pipeline.yml @@ -69,5 +69,5 @@ gcc11_debug_test: - gcc11_debug_build script: - spack arch - - spack build-env $spack_spec -- bash -c "ctest --label-exclude COMPILE_ONLY --test-dir ${BUILD_DIR} -j$(nproc) --timeout 120 --output-on-failure --no-compress-output --no-tests=error -R tests --exclude-regex tests.unit.build" + - spack build-env $spack_spec -- bash -c "ctest --label-exclude COMPILE_ONLY --test-dir ${BUILD_DIR} -j$(nproc) --timeout 120 --output-on-failure --no-compress-output --no-tests=error" image: $PERSIST_IMAGE_NAME