diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 388cc49a..cd4d8abf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,14 +16,14 @@ py37-django22: # Ubuntu 20.04 py38-django22: stage: test - image: otthorn/nk20_ci_37 + image: otthorn/nk20_ci_38 image: ubuntu:20.04 script: tox -e py38-django22 # Debian Bullseye py39-django22: stage: test - image: otthorn/nk20_ci_37 + image: otthorn/nk20_ci_39 script: tox -e py39-django22 # Tox linter