diff options
Diffstat (limited to '')
-rw-r--r-- | debian/.gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 0000000..f0c060e --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,9 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +# Skip the reprotest job as long as it is run as root due to problems with +# chrony system tests. +variables: + SALSA_CI_DISABLE_REPROTEST: 1 |