diff --git a/frameworks/Kieker/scripts/benchmark.sh b/frameworks/Kieker/scripts/benchmark.sh
index 5e0dbf1c2d2a826b6c1880656aca36dd63a109b0..d6f1138926bb9da8f030f173c387877f27a609bf 100755
--- a/frameworks/Kieker/scripts/benchmark.sh
+++ b/frameworks/Kieker/scripts/benchmark.sh
@@ -24,6 +24,11 @@ RAWFN=$RESULTS_DIR"/raw"
 
 getKiekerAgent
 
+# copy receiver
+tar -xvpf ${BASE_DIR}/../../../tools/receiver/build/distributions/receiver.tar
+# copy result compiler
+tar -xvpf ${BASE_DIR}/../../../tools/compile-results/build/distributions/compile-results.tar
+
 if [ -f "${BASE_DIR}/common-functions" ] ; then
 	. ${BASE_DIR}/common-functions
 else