From aade89de7b944b98671de16175cc1a3112904a70 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 28 Nov 2020 14:10:31 +0100 Subject: [PATCH] Tests and the CI are compiling messages --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 867562b..ff5c142 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,6 @@ linters: stage: quality-assurance image: python:3-alpine before_script: - - apk add --no-cache gettext - pip install tox script: tox -e linters allow_failure: true