Update .gitlab-ci.yml file

This commit is contained in:
2025-12-05 21:11:40 +01:00
parent dfe7298bb2
commit 41e5ff5709

View File

@@ -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