From 2c9325503306d4b9b0f731618824c52ac383ba29 Mon Sep 17 00:00:00 2001
From: Anders Lindh Olsson <anders.lindholsson@ess.eu>
Date: Thu, 14 Nov 2024 09:30:14 +0100
Subject: [PATCH] Remove unused variable

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 022aeecb..2760b50c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 ---
 variables:
-  E3_CI_BASE_VERSION: "7.0.8.1-NA/7.0.8.1-68332f4-20240917T140931"
   E3_CI_MODIFIED_BASE_VERSION: "7.0.8.1-68332f4-20240917T140931"  # strip the first part of the tag name - see E3-1529
 
 stages:
-- 
GitLab