diff --git a/deploy.sh b/deploy.sh
index e9953fb5a576a658620468c55f681e8e932a12b1..3ebfd1f34fbb7797e195396acc2e25eb3392dcf9 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -37,7 +37,7 @@ git remote set-url origin "git@gitlab.epfl.ch:idevelop/howtogitlabrunner.git"
 git push -f --tags
 echo "END OF PUSH"
 
-tee_stderr="strace -o /tmp/strace perl -pe STDERR->print(\$_);warn(\$!)"
+tee_stderr="perl -pe STDERR->print(\$_);warn(\$!)"
 
 echo "BEGIN UPLOAD"
 UPLOADED_FILE_URL="$(curl --request POST --header "Private-Token: ${MY_TOKEN}" --form "file=@README.pdf" "https://gitlab.epfl.ch/api/v4/projects/$PROJECT_ID/uploads" | $tee_stderr | jq -r .url)"