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