Update .gitlab-ci.yml file
This commit is contained in:
parent
2905671697
commit
29b2063cb7
@ -49,7 +49,7 @@ unit-test-job: # This job runs in the test stage.
|
|||||||
- export GTEST_OUTPUT="xml:report.xml"
|
- export GTEST_OUTPUT="xml:report.xml"
|
||||||
- ctest
|
- ctest
|
||||||
- ctest --gtest_output="xml:report.xml"
|
- ctest --gtest_output="xml:report.xml"
|
||||||
- hello_test --gtest_output="xml:report.xml"
|
- ./hello_test --gtest_output="xml:report.xml"
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user