diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42d02441030cefff0e85ec88a10a3896130ed2e2..70393ae38a940bd1db39da62ec82eee6b73da02a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,7 +198,7 @@ cleanup-failed-full-deployment:
   stage: cleanup
   when: on_failure
   rules:
-     - if: ($CI_COMMIT_TAG =~ /stable/ && $MANUAL_FULL_DEPLOY_PRODUCTION == "true")
+     - if: ($CI_COMMIT_TAG =~ /stable/ && $MANUAL_FULL_DEPLOY == "true")
   <<: *ssh_setup
   script:
     - echo "This is the cleanup for the full-redeployment of the testing or production servers"