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