diff --git a/benchmarks/your_benchmark/config.yml b/benchmarks/your_benchmark/config.yml
index 32443f2c433c70d94e2ea5d61af64b3ca2a5822c..8b6e01577463bf8cc1dd40b450be2c33a14c5fdd 100644
--- a/benchmarks/your_benchmark/config.yml
+++ b/benchmarks/your_benchmark/config.yml
@@ -52,3 +52,6 @@ your_benchmark:results:
- echo "Finished copying!"
- collect_tests.py your_benchmark
- echo "Finished collecting!"
+ - echo "Compiling the latex doc."
+ - snakemake --cores 1 yourbench_compile_manual
+ - echo "Finished compiling!"