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

ci

parent 7ad5b6ce
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@ test:
- echo $CAOSDB_TAG
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- cd .docker
- CERTPATH=/git/.docker/cert CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d
- DIR=`pwd`
- CERTPATH=$DIR"/.docker/cert" CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d
- docker-compose -f tester.yml run tester
- rc=$?
- docker-compose down
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment