From 31c6512f68d3111e43bc02b566e8e0f69cc2d0e2 Mon Sep 17 00:00:00 2001 From: Jan Wennrich <jan.wennrich@pcsg.de> Date: Tue, 28 Mar 2023 14:42:08 +0000 Subject: [PATCH] ci: correct path to semantic-release ci template --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eafd8ac..c10e2fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - project: 'quiqqer/semantic-release' - file: '/.gitlab-ci.yml' + file: '/ci-templates/.gitlab-ci.yml' stages: # - lint - release -- GitLab