Change working directory for tests
This commit is contained in:
parent
8bc42fd1d9
commit
228cd7903e
|
|
@ -37,4 +37,8 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./test/test.sh
|
# Go to tests dir
|
||||||
|
- cd ${PWD}/tests
|
||||||
|
|
||||||
|
# Run test.
|
||||||
|
- ./test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue