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