From 089c3132d698b8851fc5982f96535bd19b651d2b Mon Sep 17 00:00:00 2001
From: Sebastian Fricke <sebastian.fricke@collabora.com>
Date: Thu, 21 Dec 2023 11:03:07 +0000
Subject: [PATCH] Test the staging directory of my repo

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f7544c..dcc7d42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,11 +10,11 @@ variables:
   TEST_GIT_REPOSITORY:
     description: |
       The git repository to use as base for the tests
-    value: "https://git.linuxtv.org/media_tree.git"
+    value: "https://gitlab.collabora.com/sebastianfricke/linux.git"
   TEST_GIT_BRANCH:
     description: |
       The branch to use on the git repository
-    value: "master"
+    value: "codec_staging"
 
 stages:
   - 'docker'
-- 
GitLab