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

test

parent 02d04fd3
Branches
Tags
No related merge requests found
...@@ -8,4 +8,4 @@ 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 COPY . /git
RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git
WORKDIR /git WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- pytest tests/test_misc.py
...@@ -7,7 +7,7 @@ services: ...@@ -7,7 +7,7 @@ services:
networks: networks:
- caosnet - caosnet
caosdb-server: caosdb-server:
image: "$CI_REGISTRY/caosdb:$CAOSDB_TAG" image: "caosdb:$CAOSDB_TAG"
depends_on: depends_on:
- sqldb - sqldb
networks: networks:
...@@ -20,6 +20,8 @@ services: ...@@ -20,6 +20,8 @@ services:
# - "from_outside:from_inside" # - "from_outside:from_inside"
- "10443:10443" - "10443:10443"
- "10080:10080" - "10080:10080"
environment:
DEBUG: 1
networks: networks:
caosnet: caosnet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment