From 25097034a71871eb16af4c56f63580e62bd90494 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 02:00:46 +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 b27bb467..25c046cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,6 @@ Docs:
     - docs/build.sh
     - echo COMMIT_TIME=$(git show -s --format=%ci $CI_COMMIT_SHA) > time.txt
   needs:
-    - Jar
     - Get tester jar
     - Line count
   artifacts:
@@ -38,6 +37,7 @@ Merged:
     - export TZ=Europe/Budapest
     - docs/magic.sh
   needs:
+    - Get tester jar
     - Line count
   artifacts:
     paths:
-- 
GitLab