Skip to content
Snippets Groups Projects
Commit ea9429cd authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: module path

parent f5039cab
No related branches found
No related tags found
1 merge request!4F unittest pipe
Pipeline #59963 failed
......@@ -26,7 +26,7 @@ COPY . /git
# Delete .git because it is huge.
RUN rm -r /git/.git
RUN cd /git/ && pip3 install --break-system-packages .
RUN cd /git/loanpy && pip3 install --break-system-packages .
WORKDIR /git/integrationtests
# wait for server,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment