diff --git a/scripts/send_qa_email.py b/scripts/send_qa_email.py
index 39e9382..15e0c62 100755
--- a/scripts/send_qa_email.py
+++ b/scripts/send_qa_email.py
@@ -188,7 +188,7 @@ def send_qa_email():
             utils.printheader("Storing results")
 
             if not args.dry_run:
-                subprocess.check_call([resulttool, "store", args.results_dir, tempdir])
+                subprocess.check_call([resulttool, "store", "--revision", revision, args.results_dir, tempdir])
                 if basebranch:
                     subprocess.check_call(["git", "push", "--all", "--force"], cwd=tempdir)
                     subprocess.check_call(["git", "push", "--tags", "--force"], cwd=tempdir)
