fix folder name of database test

This commit is contained in:
Sonja Happ 2019-09-10 16:40:41 +02:00
parent f3a7ed0e61
commit 55f81f1309

View file

@ -77,7 +77,7 @@ test:database:
script:
- /etc/init.d/postgresql start
- go mod tidy
- cd common
- cd database
- go test -v -args -dbhost=/var/run/postgresql
dependencies:
- build:backend