From 8fb39ddfce3358f970e80603a72028bc01a43207 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Fri, 5 Dec 2025 21:40:20 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13d711c..c2f6282 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,12 @@ variables: GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes" lint: stage: lint - image: python:3.12 - before_script: - - 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" + # image: python:3.12 + image: r.sectorq.eu/jaydee/portainer:latest + # before_script: + # - 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: - flake8 . - black --check .