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

Update .gitlab-ci.yml

parent a74beec3
Branches
No related merge requests found
Pipeline #32282 failed with stages
in 3 minutes and 42 seconds
......@@ -93,6 +93,7 @@ test:
stage: test
script:
- export NUM_CORES=$(nproc --all)
- find $CI_PROJECT_DIR -maxdepth 3
- cd $CI_PROJECT_DIR/build/tests/core
- ctest -LE $CTEST_EXCLUDE_LABELS -C $CMAKE_BUILD_TYPE --output-on-failure -j $NUM_CORES -T Test
variables:
......
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