diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cb713632cd07d3707833cb4ecab37c9bd8deea2..12339c096d1567895f24b154c76e222ad40107f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,13 +38,11 @@ run_black: stage: lint script: - tox -e black - allow_failure: true run_flake8: stage: lint script: - tox -e pep8 - allow_failure: true run_pylint: stage: lint