CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since ENC_HMAC_...
[samba.git] / .gitlab-ci-coverage.yml
1 # This is just used for the scheduled pipelines in the
2 # https://gitlab.com/samba-team/samba configuration
3 #
4
5 variables:
6   SAMBA_CI_FLAVOR: "coverage"
7   # "--enable-coverage" or ""
8   SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE: "--enable-coverage"
9
10 include:
11   - /.gitlab-ci-coverage-runners.yml
12   - /.gitlab-ci-main.yml