diff options
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23b688b58..22de3f0b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,7 @@ shellcheck: python3-checks: stage: check + allow_failure: true script: - maint/common/apt-install python3-pip python3-venv git # AFAICT these python packages do not have debian packages. |
