From 2ecc8b3fa23d353647ce78107e2e51aa25c55538 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 15 Nov 2020 01:31:49 +0100 Subject: [PATCH] Fix ci config --- .gitlab-ci.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bf24c237..955750958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ include: - - local: "/ci/general.yml" - - local: "/ci/test.yml" - - local: "/ci/build_dist.yml" - - local: "/ci/pages.yml" - - local: "/ci/deploy_pypi.yml" + - project: "AlekSIS/official/AlekSIS" + file: /ci/general.yml + - project: "AlekSIS/official/AlekSIS" + file: /ci/test.yml + - project: "AlekSIS/official/AlekSIS" + file: /ci/build_dist.yml + - project: "AlekSIS/official/AlekSIS" + file: /ci/deploy_pypi.yml -- GitLab