Launch VectorAlgebraTest after ctest to compare results

This commit is contained in:
Pascal Serrarens 2022-01-24 12:41:02 +01:00
parent d93ce018d6
commit 0ff7c751c5

View File

@ -31,6 +31,7 @@ unit-test-job: # This job runs in the test stage.
- export GTEST_OUTPUT="xml:report.xml" - export GTEST_OUTPUT="xml:report.xml"
- ls -la - ls -la
- ctest - ctest
- ./VectorAlgebraTest
artifacts: artifacts:
when: always when: always
reports: reports: