Fix path in the test docker-compose file

This commit is contained in:
Etienne Napoleone 2018-06-20 21:06:34 +07:00 committed by GitHub
parent b2ab591c1b
commit 0d1807d863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ services:
sut: sut:
build: . build: .
volumes: volumes:
- "./docker/run_tests.sh:/test/run_tests.sh" - "./docker/docker_tests.sh:/test/docker_tests.sh"
entrypoint: entrypoint:
- /bin/sh - /bin/sh
- /test/run_tests.sh - /test/docker_tests.sh