removed ctest call

This commit is contained in:
Pascal Serrarens 2022-01-24 12:43:05 +01:00
parent 0ff7c751c5
commit 23a459c2f3

View File

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