From b72146d57ab68b6bccbb4d40b0eea4fb59903fc4 Mon Sep 17 00:00:00 2001
From: Eduard Frankford <e.frankford@student.uibk.ac.at>
Date: Tue, 28 Jun 2022 17:30:39 +0200
Subject: [PATCH] testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0ff37984..039778b65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,10 @@ cache: &global_cache
   policy: pull-push
 
 stages:
+  - release
   - lint
   - build
   - test
-  - release
   # - deploy
   - e2e
   - analyze
-- 
GitLab