💚 Fix pipeline

This commit is contained in:
Yohann D'ANELLO
2020-10-09 18:24:13 +02:00
parent c2eb3c054c
commit 2cea53f519
4 changed files with 10 additions and 8 deletions

View File

@@ -21,6 +21,6 @@ linters:
stage: quality-assurance
image: python:3-alpine
before_script:
- pip instal tox
- pip install tox
script: tox -e linters
allow_failure: true