From d0f2cfc75f077b26cb140cb78c3318e3981c96eb Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Tue, 23 Dec 2025 14:57:46 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe1b67d..6459960 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,10 @@ lint: - if: '$CI_COMMIT_MESSAGE =~ /lint/' build-job: # This job runs in the build stage, which runs first. stage: build - image: r.sectorq.eu/jaydee/builder-portainer:latest + # image: r.sectorq.eu/jaydee/builder-portainer:latest before_script: - export PYTHONPATH=$PWD + - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit hvac script: - mkdir -p ~/.ssh - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa