mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Fix GitLab CI error caused by Docker Compose's platform
option (#3585)
This commit is contained in:
parent
2279841de7
commit
0ea13d4288
|
@ -22,7 +22,7 @@ flake8:
|
|||
pytest:
|
||||
stage: test
|
||||
{% if cookiecutter.use_docker == 'y' -%}
|
||||
image: docker/compose:latest
|
||||
image: docker/compose:1.29.2
|
||||
tags:
|
||||
- docker
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue
Block a user