diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4eb21d..a00597a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ lint: stage: lint image: python:3.12 script: - - pip install flake8 black pylint + - pip install flake8 black pylint --break-system-packages - flake8 . - black --check . - pylint portainer.py