Skip to content
Snippets Groups Projects
py3.yml 440 B
Newer Older
include: '///////////templates/template.yml'
  extends: .retry
  image: ${CI_REGISTRY}/cubicweb/dockerfiles/bullseye-slim-pg13
  stage: tests
  script: tox -e py3 -- --junitxml=report.xml
    when: always
    reports:
      junit: report.xml
    paths:
      - py3-deprecated-warnings.json