diff --git a/admission-webhook/run-ci.sh b/admission-webhook/run-ci.sh index 15670202..24b75133 100755 --- a/admission-webhook/run-ci.sh +++ b/admission-webhook/run-ci.sh @@ -91,11 +91,10 @@ run_integration_tests() { exit 1 fi else - if [[ "$DEPLOY_METHOD" == 'download' ]]; then - make integration_tests - fi if [[ "$DEPLOY_METHOD" == 'chart' ]]; then make integration_tests_chart + else + make integration_tests fi fi }