From 4866977e72bcf2d4bc4bdbe7d258dec87d65d3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Wed, 15 Oct 2025 10:24:59 +0200 Subject: [PATCH] ci(pipeline): reorder CI stages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 022966e..94087e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ before_script: stages: - test - - static_analyze - release + - static_analyze test: stage: test