Skip to content
Snippets Groups Projects
Commit 8c055964 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

test

parent 4e932b29
Branches
Tags
No related merge requests found
FROM debian:latest
RUN apt-get update && \
apt-get install docker.io tox curl python3-pip git python3-nose -y
apt-get install docker.io tox curl python3-pip git -y
RUN pip3 install docker-compose
COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
......@@ -8,4 +8,4 @@ RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
COPY . /git
RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git
WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- nosetests3 tests/test_misc.py
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment