Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 16:04:39 +00:00
parent d9c76b0ed9
commit 2905671697

View File

@ -49,6 +49,7 @@ unit-test-job: # This job runs in the test stage.
- export GTEST_OUTPUT="xml:report.xml"
- ctest
- ctest --gtest_output="xml:report.xml"
- hello_test --gtest_output="xml:report.xml"
artifacts:
when: always
reports: