From 0941ee954dda3e46f802c4554feb6705a70d20bb Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sun, 21 Feb 2021 23:46:20 +0100 Subject: [PATCH] copy paste is a bad practice --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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