From: Jonathon Jongsma Date: Mon, 22 Jun 2020 14:43:05 +0000 (-0500) Subject: ci: Use openSUSE image for code style checking X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d66181c84e8fc8471476ce607f7ad321392350c3;p=libvirt.git ci: Use openSUSE image for code style checking CentOS does not have the cppi package, so some code style checks are skipped. Switch to a openSUSE image to do the code style checks. Signed-off-by: Jonathon Jongsma Reviewed-by: Andrea Bolognani Reviewed-by: Erik Skultety --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49f6d57a0a..6cb910b0fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -491,7 +491,7 @@ website: codestyle: stage: builds - image: $CI_REGISTRY_IMAGE/ci-centos-8:latest + image: $CI_REGISTRY_IMAGE/ci-opensuse-151:latest before_script: - *script_variables script: