Changed service to Docker dind

This commit is contained in:
Andrew Chen Wang 2020-05-29 18:05:44 -04:00 committed by GitHub
parent 7c3558fa62
commit d7f22a1158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ pytest:
tags: tags:
- docker - docker
services: services:
- docker - docker:dind
before_script: before_script:
- docker-compose -f local.yml build - docker-compose -f local.yml build
# Ensure celerybeat does not crash due to non-existent tables # Ensure celerybeat does not crash due to non-existent tables