Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 15:35:09 +00:00
parent e9904c88fb
commit babfd4dd17

View File

@ -45,7 +45,7 @@ unit-test-job: # This job runs in the test stage.
- ls -la
- echo "Running unit tests..."
- ctest
- gtest.exe --gtest_output="xml:report.xml"
- ctest --gtest_output="xml:report.xml"
artifacts:
when: always
reports: