From f9ae394e96d7d1c3288d19328bb27573df793c0b Mon Sep 17 00:00:00 2001
From: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
Date: Mon, 20 Sep 2021 19:35:14 +0530
Subject: [PATCH] Fix release string to v2022pre

Signed-off-by: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d02a13..b27620c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,10 @@
 variables:
   osname: apertis
-  release: v2022dev3
+  release: v2022pre
 
 include:
   - project: tests/helper-tools
-    ref: apertis/v2022dev3
+    ref: apertis/v2022pre
     file: /gitlab-ci/update-test-binaries.yaml
 
 update-test-binaries:
-- 
GitLab