From 9cda8ca8e08bc82022a105378704df5bca2c350a Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Fri, 8 Dec 2023 10:36:37 +0100
Subject: [PATCH] CI: remove outdated 'docker' tab to run on the new CERN
 infrastructure

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9f5eee4e..6730778d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,6 @@ variables:
 # general Ubuntu job template
 .ubuntu-template-job-base: &ubuntu-job-base
   image: ubuntu:22.04
-  tags:
-    - docker
   rules:
     - when: always
 
@@ -59,8 +57,6 @@ variables:
 
 # .ubuntu-template-job-registry: &ubuntu-job-registry
 #   image: gitlab-registry.cern.ch/mbandier/geant4-ubuntu/base-image:1.1
-#   tags:
-#     - docker
 #   before_script:
 #     - apt-get update -qq && apt-get install -y -qq libeigen3-dev libsqlite3-dev
 
-- 
GitLab