Update .gitlab-ci.yml file

This commit is contained in:
2025-12-02 19:44:58 +01:00
parent b38bf30b56
commit 327ce78259

View File

@@ -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