From 2a1d2db8f00b50ad8fd1f9ddfc2688bf73174c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20L=C3=BCtkebohle?= Date: Mon, 17 Jun 2019 14:50:07 +0000 Subject: [PATCH] Ci reporting --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7dadea..92d356a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,9 @@ build: artifacts: paths: - install + - build + reports: + junit: build/**/Test.xml build_enabled: script: @@ -23,4 +26,7 @@ build_enabled: - colcon test artifacts: paths: - - install \ No newline at end of file + - install + - build + reports: + junit: build/**/Test.xml