pipeline: test-python: image: python:${PYTHON_VERSION} commands: - sleep 20 - python -V matrix: PYTHON_VERSION: - 3.7 - 3.10 services: docker: image: docker:dind command: [ "--storage-driver=vfs", "--tls=false" ]