From dfb8f1aeed18712bd3fb6949c4a25a449b689d03 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 Oct 2025 09:47:41 -0300 Subject: [PATCH] Fix: CI: test: set upstream Git branches --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40a2f0d..0fe0fed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,12 +71,14 @@ test: - git fetch --all - git branch debian --track origin/debian || true - git checkout debian + - git branch --set-upstream-to=origin/debian debian - git pull - gpg --import < debian/upstream/signing-key.asc # Create a test keyring in the develop branch - git branch develop --track origin/develop || true - git checkout develop + - git branch --set-upstream-to=origin/develop develop - git pull - mkdir -p ~/temp/tests - git config --global user.name 'Test' -- 2.39.5