From bf6e66f096136a5a8cf08b696f963ca3a23690ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 17 Oct 2023 12:55:34 +0200
Subject: [PATCH] FIX: pipeline

---
 unittests/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/docker/Dockerfile b/unittests/docker/Dockerfile
index a5f355fe..9b848cf6 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
-- 
GitLab