From 32191ed51d9ea7e505aa00c943b87a6c935b9f68 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 15:27:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4674e3..3eb9055 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,3 +40,8 @@ unit-test-job: # This job runs in the test stage. - ls -la - echo "Running unit tests..." - ctest + - gtest.exe --gtest_output="xml:report.xml" + artifacts: + when: always + reports: + junit: report.xml