From 467ff5f109aea6c6d63c3bedd80ec75a025d1f18 Mon Sep 17 00:00:00 2001 From: meleu Date: Wed, 25 May 2022 13:42:55 -0300 Subject: [PATCH] link to JUnit --- GitLab-CI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitLab-CI.md b/GitLab-CI.md index ff9bfd9..33bcfe2 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -20,3 +20,5 @@ test: script: - git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck ``` + +If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](../JUnit). \ No newline at end of file