diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fb4a3df700028f02c3b9db0af01429f1fa07e07..6293c710b011fba5260686663985a6a2d33a6bd8 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}"