From 8209f02b5f6746e2dd9d80fe2048d2c035f2467c Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Mon, 10 May 2021 15:34:25 +0200 Subject: [PATCH] CI: Build fsmpi-website for buster as well --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b47fa0..f1d892d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,3 +78,9 @@ website-stretch: stage: second variables: IMAGE_NAME: fsmpi-website + +website-buster: + extends: .build-buster + stage: second + variables: + IMAGE_NAME: fsmpi-website -- GitLab