From 8ecdeb95aa521a72e9cae67703fa73f395ff7b72 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Tue, 2 Dec 2025 21:33:24 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eaf8b7..63cd8be 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 + - python3 -m pip install --break-system-packages flake8 black pylint tabulate - export PATH="$PATH:/home/gitlab-runner/.local/bin" # - echo "PATH is now: $PATH" script: