From a53b21e3db139f45fc4946ab79cafcf5479f1199 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 11 Apr 2024 09:34:25 +0200
Subject: [PATCH] Revert build order

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffeed15486..e7eb1c6eb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
   TRIVY_CACHE_DIR: ".trivycache/"
   DOCKER_HOST: "unix:///var/run/dind/docker.sock"
   TESTCONTAINERS_RYUK_DISABLED: "false"
-  DOC_VERSIONS: "latest,1.4.2,1.4.1,1.4.0,1.3.0"
+  DOC_VERSIONS: "1.3.0,1.4.0,1.4.1,1.4.2,latest"
   APP_VERSION: "1.4.2"
   CHART_VERSION: "1.4.2"
 
-- 
GitLab