diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml
index 3c65d68b28d7addb7299f17564c3bf1ec78bc41a..903c069335eab49b8a6d0e3ff808bcb24131c09b 100644
--- a/NodeApp/.gitlab-ci/01_functions.yml
+++ b/NodeApp/.gitlab-ci/01_functions.yml
@@ -211,6 +211,10 @@
             curl --header "Content-Type: application/json" \
               --header "JOB-TOKEN: $CI_JOB_TOKEN" \
               --request DELETE "${GITLAB_API_PROJECT_URL}/releases/${tag_name}"
+        - >
+            curl --header "Content-Type: application/json" \
+              --header "JOB-TOKEN: $CI_JOB_TOKEN" \
+              --request DELETE "${GITLAB_API_PROJECT_URL}/repository/tags/${tag_name}"
         - >
             curl --data "${RELEASE_DATA}" \
               --header "Content-Type: application/json" \