diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c05e18b440d8f3bdfdcd2210843674e2a5fbc0e..9e8a0080e224831577d5c4141770633ce1c8d2f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,9 +94,9 @@ pre vars:
     - tests/**/*
 
 .deploy_bigbang: &deploy_bigbang
-  - find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'$CI_COMMIT_REF_NAME
+  - find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
   - kubectl get secrets -n istio-system wildcard-cert -o jsonpath="{ .data.tls\.crt }" | base64 --decode | openssl x509 -text
-  
+
 .test_bigbang: &test_bigbang
   - find ./tests -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'