diff --git a/unittests/docker/Dockerfile b/unittests/docker/Dockerfile
index a5f355fe23d00449ea470fa80f81a4e8e1914242..9b848cf69c829408f3f3edd599323b6b0321e041 100644
--- a/unittests/docker/Dockerfile
+++ b/unittests/docker/Dockerfile
@@ -10,6 +10,6 @@ RUN apt-get update && \
       python3-sphinx
 ARG COMMIT="dev"
 # TODO Rename to linkahead
-RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/linkahead-pylib.git linkahead-pylib && \
+RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \
     cd linkahead-pylib && git checkout $COMMIT && pip3 install .
 RUN pip3 install recommonmark sphinx-rtd-theme