Add api tag to nbi healthcheck tests

Issue-ID: INT-465

Change-Id: Icc1b4cb0a343f6efaf92eae77007a8b6ac58a9f2
Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index 007db36..827186d 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -175,9 +175,9 @@
     Run Portal Application Access Tests
 
 Basic NBI Health Check
-    [Tags]    externalapi
+    [Tags]    externalapi    api
     Run NBI Health Check
 
 Basic CLI Health Check
     [Tags]    health core
-    Run CLI Health Check
\ No newline at end of file
+    Run CLI Health Check