core.ci -- Use postgres version of production server
This commit is contained in:
parent
e478beee5c
commit
b795a06b9c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ test:
|
||||||
after_script:
|
after_script:
|
||||||
- coverage report
|
- coverage report
|
||||||
services:
|
services:
|
||||||
- postgres:latest
|
- postgres:9.6
|
||||||
- redis:latest
|
- redis:latest
|
||||||
cache:
|
cache:
|
||||||
key: test
|
key: test
|
||||||
|
|
Loading…
Add table
Reference in a new issue