From 41e5ff57094ed4a1d3c8c948cc5edd8c0b7d701b Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Fri, 5 Dec 2025 21:11:40 +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 7209eb5..90cc7fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ stages: # List of stages for jobs, and their order of execution - build - clean - notify - +variables: + GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes" lint: stage: lint image: python:3.12