From 76802e5dc6ccce6c32ca0e958626c8d3f6d36bff Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Fri, 27 May 2022 13:35:33 +0200 Subject: [PATCH] ci: Refresh generated files Notable changes: * 'lcitool manifest' now generates absolute include paths Signed-off-by: Martin Kletzander --- ci/gitlab.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/gitlab.yml b/ci/gitlab.yml index 379a41111c..cab4e6074c 100644 --- a/ci/gitlab.yml +++ b/ci/gitlab.yml @@ -5,8 +5,8 @@ # https://gitlab.com/libvirt/libvirt-ci include: - - local: 'ci/gitlab/container-templates.yml' - - local: 'ci/gitlab/build-templates.yml' - - local: 'ci/gitlab/sanity-checks.yml' - - local: 'ci/gitlab/containers.yml' - - local: 'ci/gitlab/builds.yml' + - local: '/ci/gitlab/container-templates.yml' + - local: '/ci/gitlab/build-templates.yml' + - local: '/ci/gitlab/sanity-checks.yml' + - local: '/ci/gitlab/containers.yml' + - local: '/ci/gitlab/builds.yml'