From 34b2017948c51f91be70c39cf06a70582fc87f8b Mon Sep 17 00:00:00 2001
From: hajipour <shajipour@cttc.es>
Date: Tue, 28 Jan 2025 10:23:54 +0100
Subject: [PATCH] refactoring: ofc25-camara e2e test names differentiated in
 .gitlab-ci.yml files

---
 src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml | 2 +-
 src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml b/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml
index 08c22b2c8..b4c380b85 100644
--- a/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml
+++ b/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Build, tag, and push the Docker images to the GitLab Docker registry
-build ofc25:
+build ofc25_camara_agg_net:
   variables:
     TEST_NAME: 'ofc25-camara-agg-net-controller'
     IP_NAME: 'ip'
diff --git a/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml b/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml
index 41db35f22..42cef05aa 100644
--- a/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml
+++ b/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Build, tag, and push the Docker images to the GitLab Docker registry
-build ofc25:
+build ofc25_camara_e2e:
   variables:
     TEST_NAME: 'ofc25-camara-e2e-controller'
     NCE_NAME: 'nce'
-- 
GitLab