Skip to content
Snippets Groups Projects
.gitlab-ci.yml 416 B
include:
  - project: xcg/ci-templates
    file: /odoo/17.0/gitlab-ci.yaml

variables:
  ODOO_SCRIPTS_RUN_TESTS_START_EXTRA: --test-tags=standard,odoo_addons_mail
  # Also install mail to run mail dependant tests
  ODOO_SCRIPTS_MODULE_LIST: mail

mypy:
  variables:
    INSTALL_SECTION: "[test,schema-validation]"

test-schema-validation:
  extends: test
  variables:
    INSTALL_SECTION: "[test,schema-validation]"