mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 04:02:03 +00:00
15 lines
324 B
YAML
15 lines
324 B
YAML
include:
|
|
- project: "ci/gitlabci-odoo"
|
|
ref: main
|
|
file: "/odoo-tests.template.yml"
|
|
|
|
variables:
|
|
ODOO_CI_IMAGE: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
|
|
PRECOMMIT_IMAGE: python:3.6
|
|
VERSION: "14.0"
|
|
ODOO_BRANCH: "14.0"
|
|
ENTERPRISE: "1"
|
|
ODOO_PRECOMMIT: "1"
|
|
ODOO_TEST: "1"
|
|
EXCLUDE_MODULES: "account_asset"
|