diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c892a4c40050a9c53d8823528e425c149d537703..5ce5df47141ef8b73d2af63348c3312282ed1875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8-buster +image: python:3.10-bullseye before_script: - pip install -r requirements.txt