Skip to content
Snippets Groups Projects

F safe inttest

Merged Henrik tom Wörden requested to merge f-safe-inttest into dev
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -31,4 +31,4 @@ RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler]
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh -force
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
Loading