From 119d9884356c55246d360af7359a716b23626b7f Mon Sep 17 00:00:00 2001
From: Eoin Clerkin <e.clerkin@gsi.de>
Date: Wed, 26 Mar 2025 17:37:06 +0100
Subject: [PATCH] Shorten check name

to fit on line in pipeline.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7785cf72d..a9b9fc2e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -181,7 +181,7 @@ FileEndCheck:
     - git fetch upstream
     - scripts/check-file-ending.sh upstream
 
-NonASCIICharacterCheck:
+CheckForNonASCII:
   stage: checkFormat
   image: alpine
   tags:
-- 
GitLab