Fix GitLab CI error caused by Docker Compose's platform option (#3585)

This commit is contained in:
Jelmer 2022-02-10 16:06:22 +01:00 committed by GitHub
parent 2279841de7
commit 0ea13d4288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: