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: