diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1099e288d1ed88fe3c55b06951449c3760709427..84e762ad12b2911f34c5e62c022f8c9a0da5d39d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 trigger-production:
     stage: deploy
     rules:
-        - if: $CI_COMMIT_BRANCH == "live_production" && $CI_COMMIT_TAG != null
+        - if: $CI_COMMIT_TAG != null
     variables:
         BUILD_TYPE: frontend
         UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
@@ -18,6 +18,7 @@ test-lint:
         - npm install
     script:
         - npm run lint
+        - npm audit --audit-level high
     cache:
         - key:
             files: