mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-26 04:43:43 +00:00
Merge pull request #2610 from Andrew-Chen-Wang/patch-2
This commit is contained in:
commit
8b3ee3cfe5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue