diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa861d8..0b33567 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ unit-test-job: # This job runs in the test stage. - ls -la - echo "Running unit tests..." - ctest - - ctest --gtest_output="xml:report.xml" + - gtest.exe --gtest_output="xml:report.xml" artifacts: when: always reports: