diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04efd1e..354dee2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ static: expire_in: 30 mins pip: - image: python:3.9-slim + image: python:3.10-slim stage: build variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache @@ -39,7 +39,7 @@ pip: expire_in: 30 mins test_python: - image: python:3.9-slim + image: python:3.10-slim stage: test dependencies: - pip