diff --git a/scripts/ci/jobs/build.yml b/scripts/ci/jobs/build.yml index 8a7170d8ad187e9af8c7aaf20e980f96d8db9dfb..046b903fbf93986964fb3ff5db27bce25915d6e9 100644 --- a/scripts/ci/jobs/build.yml +++ b/scripts/ci/jobs/build.yml @@ -22,4 +22,13 @@ build: script: - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_BUILD_PROCESSES=GroundwaterFlow - cmake --build . --target tests - - cmake --build . --target ctest -j 3 + - cmake --build . --target ctest -j 8 + + artifacts: + paths: + - build/Testing/**/*.xml + - build/Tests/testrunner.xml + reports: + junit: + - build/Tests/testrunner.xml + - build/Testing/**/*.xml