Update .gitlab-ci.yml file
This commit is contained in:
parent
9037edc3be
commit
c4c149de47
@ -47,7 +47,7 @@ unit-test-job: # This job runs in the test stage.
|
|||||||
- ls -la
|
- ls -la
|
||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
- ctest
|
- ctest
|
||||||
- ctest --gtest_output="xml:report.xml"
|
- gtest.exe --gtest_output="xml:report.xml"
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user