From 2319a13554d7a45095a40225c8a94e93ce3db0fc Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Fri, 12 Dec 2025 17:45:00 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae2fe3f..67d8d25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ variables: GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes" lint: stage: lint - # image: python:3.12 + image: r.sectorq.eu/jaydee/builder-portainer:latest before_script: - - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit + - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit hvac - export PATH="$PATH:/home/gitlab-runner/.local/bin" # - echo "PATH is now: $PATH" script: