diff --git a/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja b/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja index 42d827f..ad6ea07 100644 --- a/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja +++ b/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja @@ -45,13 +45,13 @@ check-types: python3.10: <<: *test - image: python3.10 + image: python:3.10 python3.11: <<: *test - image: python3.11 + image: python:3.11 python3.12: <<: *test - image: python3.12 + image: python:3.12