Skip to content
Snippets Groups Projects
Commit 57645bfe authored by Alexander Kreft's avatar Alexander Kreft
Browse files

docker

parent bcdd916c
No related branches found
No related tags found
1 merge request!12F safe inttest
Pipeline #14049 failed
...@@ -31,4 +31,4 @@ RUN rm -r /git/.git \ ...@@ -31,4 +31,4 @@ RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests && mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler] RUN cd /git && pip3 install .[h5-crawler]
WORKDIR /git/integrationtests WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh -force
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