diff --git a/tests/TestCompose_fe-fe.Ubuntu1804.home/Dockerfile.tutorial_data b/tests/TestCompose_fe-fe.Ubuntu1804.home/Dockerfile.tutorial_data
index bccc42289..c0aa26e99 100644
--- a/tests/TestCompose_fe-fe.Ubuntu1804.home/Dockerfile.tutorial_data
+++ b/tests/TestCompose_fe-fe.Ubuntu1804.home/Dockerfile.tutorial_data
@@ -1,9 +1,9 @@
from alpine
ENV tutorial_path tutorials/HT/partitioned-heat/fenics-fenics
RUN apk add git
-ARG branch=develop
-RUN git clone --branch $branch https://github.com/precice/tutorials
-RUN mkdir configs && sed -i 's|network="lo"|exchange-directory="/home/precice/Data/Exchange/" network="eth0"|g' $tutorial_path/precice-config.xml
+ARG branch=simplify-parallel-config
+RUN git clone --branch $branch https://github.com/uekerman/tutorials
+RUN mkdir configs && sed -i 's|||g' $tutorial_path/precice-config.xml
RUN addgroup -g 1000 precice && adduser -u 1000 -G precice -D precice && chown -R precice:precice tutorials configs
USER precice