From f99a9385c35264b8e105b13f1bc111bbbd142945 Mon Sep 17 00:00:00 2001
From: Jakob Yanagibashi <yanagibashi@kg.rwth-aachen.de>
Date: Tue, 2 May 2023 15:37:45 +0200
Subject: [PATCH] Better job names for CI runs

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 357ae3f..a5aaf3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ before_script:
   - export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)
   - npm ci
 
-deploy:
+production:
   script:
     # Switch to main branch
     - git fetch origin main
@@ -36,7 +36,7 @@ deploy:
   only:
     - main
 
-pages:
+testing:
   script:
     # Switch to dev branch
     - git fetch origin dev
-- 
GitLab