From 734eb77e62e3a32d5ecdc2af3f12ab6c47fe7751 Mon Sep 17 00:00:00 2001
From: Peter Nerlich <peter.nerlich+dev@googlemail.com>
Date: Thu, 22 Apr 2021 22:25:52 +0200
Subject: [PATCH] fix not fetching upstream changes properly

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cea70a9..590b7be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,9 +2,7 @@ image: alpine
 
 before_script:
   - apk add git
-  - TARGET=$(git rev-parse HEAD)
-  - ./update.sh
-  - git checkout $TARGET
+  - ./fetch-upstream-changes.sh
 
 
 report:
-- 
GitLab