From: Daniel P. Berrangé Date: Fri, 14 Jun 2024 18:57:06 +0000 (+0100) Subject: gitlab: fix codestyle CI job X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b069efe29c950d1a45e88ef7dc924d3ee223103a;p=libvirt.git gitlab: fix codestyle CI job Jobs whose names start with a '.' as treated as templates, so not actually run in a pipeline. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9d8b1e3cd..635e731f82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ pages: paths: - public -.codestyle_job: +codestyle_job: stage: sanity_checks needs: - job: x86_64-opensuse-leap-15-container