Skip to content
Snippets Groups Projects
Verified Commit e3325313 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: install jsonschema

parent 742ccdc4
No related branches found
No related tags found
1 merge request!31Draft: F json schema
Pipeline #20578 failed
...@@ -30,5 +30,6 @@ COPY . /git ...@@ -30,5 +30,6 @@ COPY . /git
RUN rm -r /git/.git \ 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]
RUN pip3 install jsonschema
WORKDIR /git/integrationtests 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment