From 9bb4226eb8790e307825fb3d3bf93cf0eee028f1 Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Tue, 24 Oct 2023 12:34:47 +0200 Subject: [PATCH] ci: move include to internal repository --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 596e9d4e..b195821b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,10 @@ # Copyright (C) 2022 Nitrokey GmbH # SPDX-License-Identifier: CC0-1.0 -include: 'https://raw.githubusercontent.com/Nitrokey/common-ci-jobs/master/common_jobs.yml' +include: + - project: 'nitrokey/gitlab-ci' + file: + - 'common-jobs/common_jobs.yml' stages: - pull-github