--- include: - remote: "https://jobs.just-ci.dev/v3.13.1/docker/kaniko.yml" - remote: "https://jobs.just-ci.dev/v3.13.1/pipelines/python-basic.yml" python:mypy: image: name: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME} entrypoint: [""] needs: ["docker:kaniko"] python:pylint: image: name: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME} entrypoint: [""] needs: ["docker:kaniko"]