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: script:
- /etc/init.d/postgresql start - /etc/init.d/postgresql start
- go mod tidy - go mod tidy
- cd common - cd database
- go test -v -args -dbhost=/var/run/postgresql - go test -v -args -dbhost=/var/run/postgresql
dependencies: dependencies:
- build:backend - build:backend