From f34f1731d5f554aace113456af76274aa477a09c Mon Sep 17 00:00:00 2001
From: Vakho Tsulaia <tsulaia@cern.ch>
Date: Sun, 24 Nov 2024 23:09:18 -0800
Subject: [PATCH] CI: explicitly list changed directories for 'ubu-*' jobs

---
 .gitlab-ci.yml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d77f0ab5..983dba72e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,12 +47,19 @@ workflow:
 # of the build, by using the 'standalone' job only
 .ubuntu-template-job-default: &ubuntu-job
   image: gitlab-registry.cern.ch/geomodeldev/ubuntu-geant4-image:main-base
-  variables:
-    CHANGEDIR: '[!d]*'
   rules:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
       changes:
-      - $CHANGEDIR/**/*
+      - ATLASExtensions/**/*
+      - FSL/**/*
+      - FullSimLight/**/*
+      - GeoModelCore/**/*
+      - GeoModelExamples/**/*
+      - GeoModelG4/**/*
+      - GeoModelIO/**/*
+      - GeoModelTools/**/*
+      - GeoModelVisualization/**/*
+      - cmake/**/*
       - CMakeLists.txt
 
 # TEMPLATES FOR BUILDING PACKAGES
-- 
GitLab