From 0651e1b2e8093086c9be57c7d037b424b5dd545c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Mon, 10 May 2021 01:56:49 +0200
Subject: [PATCH] fix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e6f97a0..b27bb467 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ Line count:
   stage: test
   needs: []
   script:
-    - docs/linecount.sh
+    - docs/linecounter.sh
   artifacts:
     paths:
       - docs/lines
-- 
GitLab