odoo_account_ebics/.gitlab-ci.yml

17 lines
384 B
YAML
Raw Permalink Normal View History

2022-12-23 07:58:39 +00:00
# Only run for (updates to) merge requests and the default branch.
workflow:
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_BRANCH == "16.0"
include:
- project: "ci/gitlab-ci-templates"
ref: master
file: "/odoo-tests.template.yml"
variables:
ODOO_CI_IMAGE: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
ODOO_PRECOMMIT: "1"
ODOO_LINT: "0"
ODOO_TEST: "0"