---
py3:
  interruptible: true
  image: ${CI_REGISTRY}/cubicweb/dockerfiles/buster-slim-pg11
  stage: tests
  script: tox -e py3 -- --junitxml=report.xml
  artifacts:
    when: always
    reports:
      junit: report.xml
    paths:
      - py3-deprecated-warnings.json