diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69812c9fb..95732963d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,3 @@ 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_gcc7_tests/.gitlab-ci.yml" + - "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/ci_gcc10_tests/.gitlab-ci.yml" |