From e3100683f1b93260df22c6bd7ab6e740009e69a6 Mon Sep 17 00:00:00 2001 From: Konstantin Zangerle Date: Thu, 25 Aug 2022 15:54:05 +0200 Subject: [PATCH] gitlab-ci: python -> gbp --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43aa0f5..9fd1935 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ include: - remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/ssh-config.yml' - remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/build_image.yml' - - remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/python-pkg.yml' + - remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/gbp-pkg.yml' variables: BUILD_CONTEXT: ci_container @@ -38,7 +38,7 @@ build_pkg_image_buster: pkg_buster: extends: - .image-buster - - python_pkg + - gbp_pkg build_pkg_image_jammy: extends: