From d6eebd475181fdd6bb1014fcb87a760d8a1c2848 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Thu, 7 Mar 2024 18:20:20 +0000
Subject: [PATCH] Fix CI/CD pipeline

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

diff --git a/src/webui/.gitlab-ci.yml b/src/webui/.gitlab-ci.yml
index 2486b7071..59d21dfb6 100644
--- a/src/webui/.gitlab-ci.yml
+++ b/src/webui/.gitlab-ci.yml
@@ -39,7 +39,7 @@ build webui:
       - .gitlab-ci.yml
 
 # Apply unit test to the component
-unit test webui:
+unit_test webui:
   variables:
     IMAGE_NAME: 'webui' # name of the microservice
     IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
-- 
GitLab