Specify correct server to test

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař
2017-03-28 11:18:09 +02:00
parent b45585ea00
commit a7aa88b4c6
+1 -1
View File
@@ -36,7 +36,7 @@ script:
- ./test-docker.sh userconfigadmin 7080 db3
# Test docker-compose
- docker-compose up -d
- ./test-docker.sh phpmyadmin 8080
- ./test-docker.sh phpmyadmin 8080 db_server
- docker-compose stop
# Run tests in testing container
- docker-compose -f docker-compose.testing.yml up phpmyadmin