Fix pipelines
This commit is contained in:
parent
919c0aec18
commit
a74fe9d7b0
|
|
@ -14,6 +14,8 @@ definitions:
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
variables:
|
||||||
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
- &unittest-python
|
- &unittest-python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue