Update .gitlab-ci.yml file
This commit is contained in:
parent
f6f8724a0f
commit
d46f24552d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user