mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
14 lines
295 B
YAML
14 lines
295 B
YAML
include:
|
|
- project: "ci/gitlabci-odoo"
|
|
ref: main
|
|
file: "/odoo-tests.template.yml"
|
|
|
|
variables:
|
|
ODOO_CI_IMAGE: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
|
|
VERSION: "17.0"
|
|
ODOO_BRANCH: "17.0"
|
|
ENTERPRISE: "1"
|
|
ODOO_PRECOMMIT: "1"
|
|
ODOO_TEST: "1"
|
|
EXCLUDE_MODULES: "account_asset"
|