From eb67cf0ba78d4f9f936628af949554dfc44bd6be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20Aaron=20M=C3=B6ck?=
 <tim_aaron.moeck@reutlingen-university.de>
Date: Thu, 16 Sep 2021 12:41:49 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adb6c62..bf039ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,7 @@ linux:
         - cd ../
 
         #go to dev branch for the Developnets updates
+        - git branch -a 
         - git checkout origin/dev;
         - DEVELOPNETS=$(echo $(grep -Ei "###" README.md | grep -Eiv "####" | sed "s/^/-d \"/" | sed "s/$/ \"/" | sed "s/### //g"))
         - git checkout $CI_COMMIT_BRANCH;
-- 
GitLab