Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 16:14:17 +00:00
parent f6f8724a0f
commit d46f24552d

View File

@ -47,10 +47,10 @@ unit-test-job: # This job runs in the test stage.
- echo "Running unit tests..."
- export GTEST_OUTPUT="xml:report.xml"
- ctest
- ctest --gtest_output="xml:report.xml"
- ./hello_test --gtest_output="xml:report.xml"
- ls -la
- cd ..
- ctest --gtest_output="xml:report.xml"
- ls -la
- ./hello_test --gtest_output="xml:report.xml"
- ls -la
artifacts:
when: always