diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32f5b4eb211bfbddba98d434c687a9200d2dd257..e108149a36f5d213fae77a5db3871d53b58e0df4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,8 +82,7 @@ full-deploy-production:
   stage: deploy
   # only run when stable tag is assigned and the pipeline is triggered in the web UI
   only:
-    variables:
-      - ($CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_TAG =~ /stable/)
+    - web
   <<: *ssh_setup
   environment: Production
   script: