diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f4cf0f..95e5b61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: lint: stage: lint - image: python:3.10 + image: python:3.12 before_script: - apt-get update - apt-get install libgirepository1.0-dev -y