diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 337c80f8a14..357935905cf 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -86,11 +86,9 @@ yaml-toml-shell-py-test: - uncollapsed_section_start tomllint "tomllint" - echo "If your change looks right but this script rejects it, contact @eric (GitLab) / eric_engestrom (IRC)." - python3 bin/toml_lint.py - - section_end tomllint - - section_start yamllint "yamllint" + - uncollapsed_section_switch yamllint "yamllint" - .gitlab-ci/run-yamllint.sh - - section_end yamllint - - section_start shellcheck "shellcheck" + - uncollapsed_section_switch shellcheck "shellcheck" - .gitlab-ci/run-shellcheck.sh - section_end shellcheck - .gitlab-ci/run-pytest.sh