From f6bc021638fdfa489fc3c4082777091963335947 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 2 Jun 2021 02:17:44 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a6ab4b..4f5db4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,8 +26,8 @@ variables:
 image: $CI_REGISTRY_IMAGE
 
 stages:
-  - testgo
   - setup
+  - testgo
   - test
   - deploy
 
-- 
GitLab