mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +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:
|
pytest:
|
||||||
stage: test
|
stage: test
|
||||||
{% if cookiecutter.use_docker == 'y' -%}
|
{% if cookiecutter.use_docker == 'y' -%}
|
||||||
image: docker/compose:latest
|
image: docker/compose:1.29.2
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user