From 97f34a6631e8fc8e01bceed960faa33c01f5475a Mon Sep 17 00:00:00 2001 From: Waleed Akbar <wakbar@cttc.es> Date: Fri, 9 Aug 2024 11:09:30 +0000 Subject: [PATCH] Telemetry build added --- src/telemetry/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telemetry/.gitlab-ci.yml b/src/telemetry/.gitlab-ci.yml index 1d63654d9..2a6b416be 100644 --- a/src/telemetry/.gitlab-ci.yml +++ b/src/telemetry/.gitlab-ci.yml @@ -13,7 +13,7 @@ # limitations under the License. # Build, tag, and push the Docker image to the GitLab Docker registry -build kpi-manager: +build telemetry: variables: IMAGE_NAME: 'telemetry' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) -- GitLab