odoo_account_ebics/.gitlab-ci.yml

14 lines
295 B
YAML
Raw Normal View History

2022-12-23 07:58:39 +00:00
include:
2023-08-13 15:51:31 +00:00
- project: "ci/gitlabci-odoo"
ref: main
2022-12-23 07:58:39 +00:00
file: "/odoo-tests.template.yml"
variables:
ODOO_CI_IMAGE: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
2023-08-13 15:51:31 +00:00
VERSION: "16.0"
ODOO_BRANCH: "16.0"
ENTERPRISE: "1"
2022-12-23 07:58:39 +00:00
ODOO_PRECOMMIT: "1"
2023-08-13 15:51:31 +00:00
ODOO_TEST: "1"
EXCLUDE_MODULES: "account_asset"