From 77ca1bf1f5218fcd69e5dfdfe7ce1a2848f514ec Mon Sep 17 00:00:00 2001
From: Diego MENDEZ <diego.mendez@ext.ec.europa.eu>
Date: Mon, 14 Oct 2024 14:11:35 +0000
Subject: [PATCH] Standard build definition.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cdec9cf..7ac6712 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,7 +142,8 @@ deliver-testing-branch-job:
   script:
     - ansible-playbook ansible/deliver.yml
   rules:
-    # For custom Testing branchs, add here your squad name, e.g.: v3.6<squadName>
-    #- if: $CI_COMMIT_BRANCH == 'v4.1someSquadNameRef'
+    # For custom Testing images, keep standard, naming your branch as v4.1someSquadNameRef
     - if: $CI_COMMIT_BRANCH == 'develop'
+    - if: $CI_COMMIT_BRANCH =~ /^v3*/
+    - if: $CI_COMMIT_BRANCH =~ /^v4*/
 
-- 
GitLab