From d66181c84e8fc8471476ce607f7ad321392350c3 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 22 Jun 2020 09:43:05 -0500 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- GitLab