Commit 94bc49cd authored by Joel Collins's avatar Joel Collins
Browse files

Fixed retry

parent f15a5c73
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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