diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bda619400d8b279401a835c2135b60763cf9d28c..cc0bba34afed830a7c3b2edb1eb294685646b22a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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]