From: Daniel P. Berrangé Date: Mon, 17 Jun 2024 08:44:14 +0000 (+0100) Subject: gitlab: add missing job inheritance for codestyle X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0c9c7775bd7758d0e0570df3470c9f7ef9f38bca;p=libvirt.git gitlab: add missing job inheritance for codestyle The previous fix: commit b069efe29c950d1a45e88ef7dc924d3ee223103a Author: Daniel P. Berrangé Date: Fri Jun 14 19:57:06 2024 +0100 gitlab: fix codestyle CI job was incomplete, as the job inheritance was also broken. Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 635e731f82..6de867e1f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,6 +106,7 @@ pages: codestyle_job: stage: sanity_checks + extends: .gitlab_native_build_job needs: - job: x86_64-opensuse-leap-15-container optional: true