From: Daniel P. Berrangé Date: Wed, 12 May 2021 17:27:56 +0000 (+0100) Subject: gitlab: move codestyle job to the sanity_checks stage X-Git-Tag: v7.8.0-rc1~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298fdae2781de86bd5ba60294944399210ff38a7;p=thirdparty%2Flibvirt.git gitlab: move codestyle job to the sanity_checks stage It was in the build stage previously to let it run in parallel with other build jobs, but with the "needs" clause this is not required. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1609c260d..24feb48c99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -585,7 +585,7 @@ website: codestyle: - stage: builds + stage: sanity_checks image: $CI_REGISTRY_IMAGE/ci-opensuse-leap-152:latest needs: - x64-opensuse-leap-152-container