From 5008c7d44b793842c7c7f33ea492c6afab65d57d Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 22 Apr 2024 15:46:51 -0400
Subject: [PATCH] ci: reorder stages, put test first

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0a0f1cc..67fae9b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 stages:
-  - build
   - test
+  - build
   - deploy
   - release
 
-- 
GitLab