Update .gitlab-ci.yml file

This commit is contained in:
2025-12-02 20:01:33 +01:00
parent c1fcb94962
commit abefe7ebd7

View File

@@ -7,7 +7,7 @@ lint:
stage: lint stage: lint
image: python:3.12 image: python:3.12
before_script: before_script:
- python3 -m pip install --user flake8 black pylint - python3 -m pip install --break-system-packages flake8 black pylint
- export PATH="$PATH:/home/gitlab-runner/.local/bin" - export PATH="$PATH:/home/gitlab-runner/.local/bin"
# - echo "PATH is now: $PATH" # - echo "PATH is now: $PATH"
script: script: