From aa092615390d373dbbeb8ade2cb927f6aa0d0318 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sat, 10 Sep 2022 01:46:18 +0100 Subject: [PATCH] ci: Move "coding-style" stage to after "build" stage --- utils/tests/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 83920249a..cd6f1b679 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -18,9 +18,9 @@ # configuration, still in definition. It will be in the documentation. stages: - - coding-style - build - test + - coding-style - documentation ###################### BUILD STAGE #############################################