diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f7544cb1bcaefcf2b7c914b82e0b09948f37f12..dcc7d4208c74f9e2d0010f7f0643a9bda2768e44 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'