diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f23da9e102be22a2a7bf92b55d95133b4dab0e9..a64985adf04c6bd095746e86f119646afcb8a0b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ ansible-bullseye: extends: .build-bullseye stage: second variables: - IMAGE_NAME: fsmpi-ansible-bullseye + IMAGE_NAME: fsmpi-ansible website-stretch: extends: .build-stretch @@ -113,3 +113,9 @@ website-buster: stage: second variables: IMAGE_NAME: fsmpi-website + +website-bullseye: + extends: .build-bullseye + stage: second + variables: + IMAGE_NAME: fsmpi-website