Update .gitlab-ci.yml

This commit is contained in:
korenstin 2024-05-26 18:41:49 +02:00
parent aea6ec5e49
commit 631a5a59ad
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ py39-django22:
linters: linters:
stage: quality-assurance stage: quality-assurance
image: debian:buster-backports image: debian:bullseye
before_script: before_script:
- apt-get update && apt-get install -y tox - apt-get update && apt-get install -y tox
script: tox -e linters script: tox -e linters