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