diff --git a/docker/Dockerfile.finn_ci b/docker/Dockerfile.finn_ci
index 5a32d358b97fb8a0fa5a40599e3946834e852097..fb257b05c7c5e63922fe9c51241c18ab671ec0ba 100644
--- a/docker/Dockerfile.finn_ci
+++ b/docker/Dockerfile.finn_ci
@@ -53,7 +53,7 @@ RUN git clone https://github.com/maltanar/finn-hlslib.git /workspace/finn-hlslib
 # PyVerilator
 RUN git clone https://github.com/maltanar/pyverilator /workspace/pyverilator
 # PYNQ-HelloWorld
-RUN git clone feature/synth_rpt https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
+RUN git clone https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
 
 # checkout desired FINN branch for testing
 RUN git clone --branch $FINN_CI_BRANCH https://github.com/Xilinx/finn /workspace/finn