diff --git a/GitLab-CI.md b/GitLab-CI.md index d877e8a..8c9f5be 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -18,7 +18,7 @@ test: - apk update - apk add git script: - - git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck + - git ls-files --ignored -c -z '*.sh' | 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