From 60375a96cd3cb49b9d027b7196c92afff686aa08 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 12 Apr 2022 17:29:05 +0200 Subject: [PATCH] ci: Move codestyle job to openSUSE Leap 15.3 Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b4c843055..0fbdd82aae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,9 +80,9 @@ website: codestyle: stage: sanity_checks - image: $CI_REGISTRY_IMAGE/ci-opensuse-leap-152:latest + image: $CI_REGISTRY_IMAGE/ci-opensuse-leap-153:latest needs: - - x86_64-opensuse-leap-152-container + - x86_64-opensuse-leap-153-container before_script: - *script_variables script: -- 2.47.2