From 9357a8fd6b221231b3608cbd81440c7d46a2919d Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Thu, 26 Jan 2023 21:06:52 +0100 Subject: [PATCH] ci: add shebang to the GitLab CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d000e52f6..25ee9ecbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ maint-checks: stage: check image: debian:stable-slim script: - - apt-get update && apt-get install -y python3-toml python-is-python3 + - apt-get update && apt-get install -y python3-toml python-is-python3 git - ./maint/check_toposort - ./maint/add_warning --check @@ -46,6 +46,7 @@ doc-features: script: - apt-get update && apt-get install -y python3-toml python-is-python3 - ./maint/check_doc_features + - ./maint/shebang rust-checks: # This is too slow (and the cacheing of the "cargo build" too flaky) to be a "check"