From f44ac69d6844e091666e86da5db44f7fbee78d82 Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Tue, 24 Oct 2023 10:58:22 +0200
Subject: [PATCH] ci: Change stages order (tests before build).

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ae32eca..1ab04c30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,8 @@
 
 stages:
   - downloads
-  - build
   - test
+  - build
   - package
   - release
 
-- 
GitLab