add redis as service in CI for unittests
This commit is contained in:
parent
29913773a7
commit
87012b65e1
|
@ -12,6 +12,7 @@ stages:
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
services:
|
services:
|
||||||
- postgres:latest
|
- postgres:latest
|
||||||
|
- redis:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_DB: passbook
|
POSTGRES_DB: passbook
|
||||||
|
|
Reference in New Issue