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

ci

parent 0ce59f82
Branches
Tags
No related merge requests found
...@@ -3,4 +3,5 @@ RUN apt-get update && \ ...@@ -3,4 +3,5 @@ RUN apt-get update && \
apt-get install docker.io tox curl python3-pip -y apt-get install docker.io tox curl python3-pip -y
RUN pip3 install docker-compose RUN pip3 install docker-compose
COPY wait-for-it.sh /wait-for-it.sh COPY wait-for-it.sh /wait-for-it.sh
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- curl https://caosdb-server:10443 COPY ../tests /tests
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox /tests
...@@ -2,3 +2,8 @@ version: '3.7' ...@@ -2,3 +2,8 @@ version: '3.7'
services: services:
tester: tester:
image: "$CI_REGISTRY_IMAGE:latest" image: "$CI_REGISTRY_IMAGE:latest"
networks:
- docker_caosnet
networks:
docker_caosnet:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment