From 40946fbff9a0590ff040b6175517b14fc26ca61f Mon Sep 17 00:00:00 2001
From: Anders Lindh Olsson <anders.lindholsson@ess.eu>
Date: Tue, 26 Sep 2023 08:49:35 +0200
Subject: [PATCH] Set CI variable

Set EPICS base version in `.gitlab-ci.yml` instead of project settings,
to make it more transparent as well as to make it work also for forks.
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6263008..fce1a0b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 ---
 variables:
   E3_MODULE_LIST: "autosave caputlog recsync iocstats essioc"
+  E3_CI_BASE_VERSION: "7.0.7-37d472c"
 
 stages:
   - check
-- 
GitLab