diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c05f65459e4c44564b3e2bba2f9b116cc4d5f3eb..31563af4bb3baee44232c598d7cd38ce7c774a3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,4 +28,4 @@ stages: # List of stages for jobs, and their order of execution test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. script: - - shellcheck --color=always --shell=bash "validate_workflow.sh" + - shellcheck --color=always --shell=bash --exclude=SC2317 "validate_workflow.sh"