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: ...@@ -60,10 +60,13 @@ test:
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- cd .docker - cd .docker
- docker-compose up -d - docker-compose up -d
- docker-compose -f tester.yml run tester #- docker-compose -f tester.yml run tester
- rc=$? #- rc=$?
- docker-compose down #- docker-compose down
- exit $rc #- exit $rc
- ./wait-for-it.sh localhost:10443 -t 60 -- echo "ready"
- cd ..
- tox
build-testenv: build-testenv:
tags: [docker] tags: [docker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment