diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d0946550d41babf1e4c09935dec8f626f5c79e6..19d97a5c17c2d0a468e9c6b1697877af01b4c875 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -276,9 +276,9 @@ pages:
     - gcovr -j$(($(nproc)/2 > 0 ? $(nproc)/2:1)) -r ../ -a ../build/run-integration.json -a ../build/run-unit.json --html --html-details -o index.html
     - cp ../build/unittests.xml build/reports/unit-tests.xml
     # Create and upload GitLab badges
-    - chmod -R 700 ../CI
-    - python3 ../CI/.produce-ci-metrics.py build/reports > ci-metrics.json
-    - sh ../CI/ci-badges-func.sh
+    - chmod -R 700 ../ci
+    - python3 ../ci/.produce-ci-metrics.py build/reports > ci-metrics.json
+    - sh ../ci/ci-badges-func.sh
     - cd ..
     - mv .public public
   artifacts:
diff --git a/CI/.produce-ci-metrics.py b/ci/.produce-ci-metrics.py
similarity index 100%
rename from CI/.produce-ci-metrics.py
rename to ci/.produce-ci-metrics.py
diff --git a/CI/ci-badges-func.sh b/ci/ci-badges-func.sh
similarity index 100%
rename from CI/ci-badges-func.sh
rename to ci/ci-badges-func.sh
diff --git a/CI/collect_metrics.py b/ci/collect_metrics.py
similarity index 100%
rename from CI/collect_metrics.py
rename to ci/collect_metrics.py
diff --git a/CI/create_badges.py b/ci/create_badges.py
similarity index 100%
rename from CI/create_badges.py
rename to ci/create_badges.py