diff options
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60161a32b..0f01c14d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,3 @@ -include: "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/.gitlab-ci_header.yml" -include: "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/ci_checks/.gitlab-ci.yml" +include: + - "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/.gitlab-ci_header.yml" + - "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/ci_checks/.gitlab-ci.yml" |