updated gitlab ci script

Change-Id: I49afc349ff91a665eaa4edd80c15017c4b931b3c
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 34bec2e..b24e7c5 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -34,7 +34,7 @@
   dependencies:
     - build-docker
   rules:
-    - if: $CI_COMMIT_TAG =~ /^[vV]\d+/   # Only runs if tag starts with V or v
+    - if: $CI_COMMIT_TAG =~ /^v.+/
       when: manual
     - when: never    
   script: