Setup postgres correctly for CI
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ services:
|
||||
- postgres:latest
|
||||
|
||||
variables:
|
||||
POSTGRES_DB: sik
|
||||
POSTGRES_DB: ci
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
before_script:
|
||||
- python -V
|
||||
|
||||
Reference in New Issue
Block a user