From 67d54ab63f31d64115b861e02a90d230832e185a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Fri, 19 Nov 2021 10:21:51 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 746b2158c..c63e0875c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ license_header:
     - echo "$SSH_PUBLIC_KEY"
     - echo "$SSH_PUBLIC_KEY" >> ~/.ssh/id_rsa.pub
   script:
-    - git checkout -b ci_processing
+    - git checkout -b ci_processing || git checkout ci_processing
     - echo "$CI_EMAIL"
     - echo "$CI_USERNAME"
     - git config --global user.email "${CI_EMAIL}"
-- 
GitLab