From 298fdae2781de86bd5ba60294944399210ff38a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 12 May 2021 18:27:56 +0100 Subject: [PATCH] gitlab: move codestyle job to the sanity_checks stage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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