Change working directory for tests

This commit is contained in:
Semen Bezrukov 2019-10-25 10:28:29 +03:00
parent 8bc42fd1d9
commit 228cd7903e

View file

@ -37,4 +37,8 @@ services:
- docker - docker
script: script:
- ./test/test.sh # Go to tests dir
- cd ${PWD}/tests
# Run test.
- ./test.sh