Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 16:16:09 +00:00
parent d46f24552d
commit 4dd01873b2

View File

@ -45,13 +45,11 @@ unit-test-job: # This job runs in the test stage.
- cmake ..
- cmake --build .
- echo "Running unit tests..."
- export GTEST_OUTPUT="xml:report.xml"
#- export GTEST_OUTPUT="xml:report.xml"
- ctest
- ls -la
- ctest --gtest_output="xml:report.xml"
- ls -la
- ./hello_test --gtest_output="xml:report.xml"
- ls -la
artifacts:
when: always
reports: