diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4333e9cf161..ae8060bf062 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ variables: # Run on the Internal cluster only on commit. # We run the tests via the integration test framework for Non-Prod/Prod. DEPLOY_INTERNAL: "true" + DEPLOY_REVIEW: "false" DEPLOY_STAGE: "false" DEPLOY_PROD: "false" DEPLOY_SANDBOX: "false"