Updated CI script

This commit is contained in:
Pascal Serrarens 2024-01-17 11:43:02 +01:00
parent 4f71f939e0
commit 560b41a9f1

View File

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