diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4b0387dab3f2950ce3e4c6525121213d547e81d..574df0c9fc025dcc2eb689a287f9a56ba4045e37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ test: - image: python:3.9-buster + image: python:3.11-buster before_script: - apt-get update -y -qq && apt-get install -y -qq yarnpkg - pip install -q Django