From 4070da8419ee2902bd3c1f58601bffc604a120af Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 18 Oct 2021 18:07:43 +0200 Subject: [PATCH] CI: change lint_pylint job to run on Ubuntu 21.10 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b4a5c5ea..65e873d5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1370,10 +1370,10 @@ docker_push_ubuntu-21.10: - docker_build_ubuntu-21.10 lint_pylint: - image: "$CI_REGISTRY_IMAGE/ubuntu-21.04:$CI_COMMIT_SHA" + image: "$CI_REGISTRY_IMAGE/ubuntu-21.10:$CI_COMMIT_SHA" stage: test needs: - - docker_build_ubuntu-21.04 + - docker_build_ubuntu-21.10 script: - logfile=`mktemp` - python3 -m pylint --rcfile=.pylintrc `find . -name '*.py' | xargs` --exit-zero |& tee $logfile -- 2.40.0