From b6030c2ca80f3d2e7f0bc19696384b5e6fb8d04b Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 23 Sep 2025 22:01:01 -0400 Subject: [PATCH] Extend? --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f86237..8664351 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,11 +93,15 @@ build-images: - jp-laptop.yml 'build-images: [jp-desktop-nvidia.yml]': + extends: + - .build stage: build needs: - 'base-images: [base-combo-nvidia.yml]' 'build-images: [jp-laptop.yml]': + extends: + - .build stage: build needs: - 'base-images: [base-combo.yml]'