Fix Docker configuration for Gitlab CI #2549

* Just missing the services I believe according to @rocode?
* I'm hoping to just completely eradicate the need for this setup with a follow-up PR for completely non-Docker approach on CI that supports celery, too.
This commit is contained in:
Andrew Chen Wang 2020-05-29 17:23:15 -04:00 committed by GitHub
parent a8672e08cb
commit 7c3558fa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ pytest:
stage: test
image: python:3.7
{% if cookiecutter.use_docker == 'y' -%}
image: docker/compose:latest
tags:
- docker
services: