Skip to content
Snippets Groups Projects
Commit 7ec295fa authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Fix path to requirements.txt

parent 02f8927d
No related branches found
No related tags found
2 merge requests!89Integration Test Suggestions - Inttest,!81F local inttests
Pipeline #60406 failed
......@@ -11,7 +11,7 @@ RUN apt-get update && \
ARG PYLIB
RUN echo "PYLIB=${PYLIB}"
COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN pip install -r requirements.txt
RUN pip install -r ./requirements.txt
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment