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

ci

parent af0f197c
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,13 @@ test:
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- cd .docker
- docker-compose up -d
- docker-compose -f tester.yml run tester
- rc=$?
- docker-compose down
- exit $rc
#- docker-compose -f tester.yml run tester
#- rc=$?
#- docker-compose down
#- exit $rc
- ./wait-for-it.sh localhost:10443 -t 60 -- echo "ready"
- cd ..
- tox
build-testenv:
tags: [docker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment