From 9801a2653714f0d91bf6daade580ec02d37d7f96 Mon Sep 17 00:00:00 2001 From: knj Date: Thu, 8 Feb 2024 17:07:02 +0100 Subject: [PATCH] add remote and branch to pull command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c5d81e59b..3c0c52bbe9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1240,7 +1240,7 @@ test-long-self-test: ### switch to main - git checkout main - - git pull + - git pull origin main - echo "Building reference codec at commit $(git rev-parse HEAD)" ### build main (ref) binaries -- GitLab