Skip to content
Snippets Groups Projects
Commit f0e1f839 authored by Lukas Werner's avatar Lukas Werner
Browse files

Update .gitlab-ci.yml

parent 95fca02a
Branches
No related merge requests found
Pipeline #32369 passed with stages
in 4 minutes and 11 seconds
......@@ -103,7 +103,7 @@ test:
- module load gcc/9.1.0
- export NUM_CORES=$(nproc --all)
- cd $CI_PROJECT_DIR/build/tests/core
- ctest -LE $CTEST_EXCLUDE_LABELS -C $CMAKE_BUILD_TYPE --output-on-failure -j $NUM_CORES -T Test
- ctest -C $CMAKE_BUILD_TYPE --output-on-failure -j $NUM_CORES -T Test -R ReduceTest
variables:
CTEST_EXCLUDE_LABELS: "longrun"
CMAKE_BUILD_TYPE: "Release"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment