Merge pull request #2610 from Andrew-Chen-Wang/patch-2

This commit is contained in:
Bruno Alla 2020-06-21 14:43:25 +01:00 committed by GitHub
commit 8b3ee3cfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,11 @@ pytest:
stage: test
image: python:3.7
{% if cookiecutter.use_docker == 'y' -%}
image: docker/compose:latest
tags:
- docker
services:
- docker
- docker:dind
before_script:
- docker-compose -f local.yml build
# Ensure celerybeat does not crash due to non-existent tables