diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41d99e1f6..e5e4c7577 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,9 +32,10 @@ maint-checks: stage: check image: debian:stable-slim script: - - apt-get update && apt-get install -y python3-toml + - apt-get update && apt-get install -y python3-toml python-is-python3 gawk - ./maint/check_toposort - ./maint/add_warning --check + - ./maint/check_doc_features rust-checks: # This is too slow (and the cacheing of the "cargo build" too flaky) to be a "check"