diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1d2f1d..e37f0dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: