diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a479ffa5..b3f6b2f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ pylint: stage: analysis image: python:3.7 allow_failure: false - retry: 3 + retry: 1 before_script: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python @@ -34,7 +34,7 @@ black: stage: analysis image: python:3.7 allow_failure: true - retry: 3 + retry: 1 before_script: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python