From efa7fa037566be33df47f0fdb5d0cc9685816845 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 26 Nov 2019 12:17:42 +0000 Subject: [PATCH] ci: Run the style-check pipeline stage first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t waste CI resources on compiling things which don’t comply with the style rules. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01cf6acb1..5b760ce63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ stages: + - style-check - build - coverage - analysis - deploy - - style-check cache: paths: