From 276a8d44c68f8acb2d0f55779dc3846c9d743b06 Mon Sep 17 00:00:00 2001
From: hajipour <shajipour@cttc.es>
Date: Thu, 8 Aug 2024 11:14:02 +0200
Subject: [PATCH] debug: QoSProfile gitlab-ci.yml bug resolved

---
 src/qos_profile/.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qos_profile/.gitlab-ci.yml b/src/qos_profile/.gitlab-ci.yml
index 542903b29..29ac9f3b4 100644
--- a/src/qos_profile/.gitlab-ci.yml
+++ b/src/qos_profile/.gitlab-ci.yml
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Build, tag, and push the Docker image to the GitLab Docker registry
-build service:
+build qos_profile:
   variables:
     IMAGE_NAME: "qos_profile" # name of the microservice
     IMAGE_TAG: "latest" # tag of the container image (production, development, etc)
-- 
GitLab