From 29056716970e944cd1ff5ec7b5a9aadef557f316 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 16:04:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 057ea7f..c1d23f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ unit-test-job: # This job runs in the test stage. - export GTEST_OUTPUT="xml:report.xml" - ctest - ctest --gtest_output="xml:report.xml" + - hello_test --gtest_output="xml:report.xml" artifacts: when: always reports: