From d9608a03572e061f04c5c5b84b3baf97a93be21f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 25 Feb 2020 17:57:46 +0000 Subject: [PATCH] ci: Move style-check to .pre phase We want the style checks running at the start of the CI pipeline, no need to have a specific phase for it. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f435e3d417..1166c50f2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - analysis - build - docs - flatpak @@ -28,7 +27,7 @@ variables: style-check-diff: extends: .only-default image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 - stage: analysis + stage: .pre allow_failure: true script: - .gitlab-ci/run-style-check-diff.sh