diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 227013e..2d2b258 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,20 @@ default: - host-arm64 - high-perf +include: + - project: "revolutionpi/infrastructure/ci-templates" + file: "base.yml" + - project: "revolutionpi/infrastructure/ci-templates" + file: "check-commit/lint-commit.yml" + - project: "revolutionpi/infrastructure/ci-templates" + file: "reuse-lint.yml" + - project: "revolutionpi/infrastructure/ci-templates" + file: "package-devel.yml" + - local: debian/gitlab-ci.yml + rules: + - exists: + - debian/gitlab-ci.yml + run_tests: stage: test image: python:3