From e03d3299ac018829b077c456e8f7d4fe5927a725 Mon Sep 17 00:00:00 2001
From: Jakob Yanagibashi <yanagibashi@kg.rwth-aachen.de>
Date: Tue, 2 May 2023 17:28:25 +0200
Subject: [PATCH] Fix testing CI job name for GitLab Pages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5aaf3d..c210efe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ production:
   only:
     - main
 
-testing:
+pages:
   script:
     # Switch to dev branch
     - git fetch origin dev
-- 
GitLab