Update .gitlab-ci.yml file

This commit is contained in:
2025-12-04 22:08:26 +01:00
parent ee01577a6c
commit e981a0dc1c

View File

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