Fix gitlab test runner

This commit is contained in:
Pascal Serrarens 2024-05-14 12:02:36 +02:00
parent 78468e38cd
commit 91c7b2086d

View File

@ -21,7 +21,7 @@ unit-test-job:
- cmake --build .
- export GTEST_OUTPUT="xml:report.xml"
- ls -la
- "./VectorAlgebraTest"
- "./LinearAlgebraTest"
artifacts:
when: always
reports: