mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
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:
parent
a8672e08cb
commit
7c3558fa62
|
@ -23,6 +23,7 @@ pytest:
|
|||
stage: test
|
||||
image: python:3.7
|
||||
{% if cookiecutter.use_docker == 'y' -%}
|
||||
image: docker/compose:latest
|
||||
tags:
|
||||
- docker
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue
Block a user