From b78ca9c5927db63e8b09a430b79e8a4177f63672 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Thu, 18 Jun 2026 17:08:10 +0200 Subject: [PATCH] Added laertes and ophelia to the setup Signed-off-by: Stefan Marr --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 363fdb31..cf263973 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,3 +44,13 @@ ssw-cassius: stage: install script: [*PIP_INSTALL] tags: [ssw-cassius] + +ssw-laertes: + stage: install + script: [*PIP_INSTALL] + tags: [ssw-laertes] + +ssw-ophelia: + stage: install + script: [*PIP_INSTALL] + tags: [ssw-ophelia]