From b7b6b87653c657012c37b7ae1d67304ab11ac300 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Thu, 18 Jan 2024 13:42:01 +0100
Subject: [PATCH] Remove obsolete CI test systems

The Debian10 container is superseded by the container vae23. Remove the old
container from the test matrix and use onlx the new one.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e085c2e018..65eafa3bb4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -290,7 +290,6 @@ FileLicenceCheck:
 
 .apptainer_vae23_variables_apr21: &apptainer_vae23_variables_apr21
     CONTAINER: "/cvmfs/vae.gsi.de/vae23/containers/user_container-develop.sif"
-    # CONTAINER: "/cvmfs/vae.gsi.de/vae23/containers/vae23-user_container_20230331T1657.sif"
     OS: vae23
     FAIRSOFT_VERSION: apr21p2
     FAIRROOT_VERSION: v18.6.7
-- 
GitLab