diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31563af4bb3baee44232c598d7cd38ce7c774a3f..3d1b2385e730c2220bd9c4edc8c435b09ea2ecc6 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 --exclude=SC2317 "validate_workflow.sh" + - shellcheck --color=always --shell=bash --enable=all --exclude=SC2317 "validate_workflow.sh"