From 2e278d3358160c8c8879beb88074978838277fa7 Mon Sep 17 00:00:00 2001
From: Walter Lozano <walter.lozano@collabora.com>
Date: Fri, 16 Aug 2024 18:12:32 -0300
Subject: [PATCH] Fix helper-tools ref to v2025pre

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5d421b..3aaa369 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
 
 include:
   - project: tests/helper-tools
-    ref: apertis/v2025dev3
+    ref: apertis/v2025pre
     file: /gitlab-ci/update-test-binaries.yaml
 
 update-test-binaries:
-- 
GitLab