diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75924dd..6dda2f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ pre-commit: lint: stage: test - image: python:3.12-alpine + image: python:3.13-alpine before_script: - apk add make bash - make venv