From 0c68fd9029b676bd6490385a50d620ffccacd229 Mon Sep 17 00:00:00 2001
From: Georgi Michev <georgi.michev@vereign.com>
Date: Tue, 12 Jul 2022 06:05:48 +0000
Subject: [PATCH] Update .gitlab-ci.yml with infohub option

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75fe53cf..e58dd3b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
     CUCUMBER_TAG:
       value: "tsa"
-      description: "Enter which tests to be execute. Other valid options are - 'cache', 'policy', 'signer', 'task', 'negative'."
+      description: "Enter which tests to be execute. Other valid options are - 'cache', 'infohub', 'policy', 'signer', 'task', 'negative'."
     BASE_URL:
       value: "https://gaiax.vereign.com/tsa"
       description: "Enter the environment on which the services are deployed."
-- 
GitLab