Skip to content
Snippets Groups Projects

Integration Test Suggestions - Inttest

Merged I. Nüske requested to merge f-local-inttests-suggestions into f-local-inttests
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 && \
Loading