From c54e2cc7076655010ae842355f25d99c232df364 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Boris=20Juri=C4=8D?= <499542@mail.muni.cz>
Date: Fri, 1 Apr 2022 12:15:36 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c71abdd..26845a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ test_1:
     - python -m pytest
 
 test_trascritps:
-  stage: transcipts
+  stage: test
 
   before_script:
     -java -version
-- 
GitLab