From fee194fd20757a51b0f26e8108aef761e9e73abe Mon Sep 17 00:00:00 2001 From: Rosen Georgiev <rosen.georgiev@vereign.com> Date: Mon, 18 Jul 2022 07:45:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46dc2d6..13350a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: value: "ocm" description: "Enter which tests to be execute. Other valid options are - 'attestation', 'connection', 'proof','negative'." BASE_URL: - value: "https://gaiax.vereign.com" + value: "https://gaiax.vereign.com/ocm" description: "Enter the environment on which the services are deployed." stages: -- GitLab