From 9347d9bcd8b261e2f319e43b0f3218953a2849de Mon Sep 17 00:00:00 2001
From: Fadi Imani <fadi.imani.etu@univ-lille.fr>
Date: Wed, 3 Apr 2024 17:16:54 +0200
Subject: [PATCH] big project

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f6367c..9584125 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
   - coverage
 
 job:codestyling:
-  stage: codestyling
+  stage: codeStyling
   script: python3 run-clang-format.py -r src include tests
 
 
-- 
GitLab