From cdf6aafad96484cfcb83ac4c474991e8109d23a9 Mon Sep 17 00:00:00 2001
From: Dimitrios Giannopoulos <dimit.giannopoulos@upnet.gr>
Date: Mon, 18 Dec 2023 16:33:22 +0000
Subject: [PATCH] syntax fix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fb4a3d..6293c71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,4 +24,4 @@ stages:
 
 metadata:
   image: alpine
-  script: echo "Latest code version is $APP_VERSION"
+  script: echo "Latest code version is ${APP_VERSION}"
-- 
GitLab