From 72d669a6bbbd54de6ffe18bf8ad47332e98ec233 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Wed, 27 Jun 2018 08:42:48 +0200
Subject: [PATCH] test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4516e4441..ec0abc408 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ spell check:
   allow_failure: true
   script:
   #- npm i markdown-spellcheck -g
-  - mdspell '**/*.md' '!docs.it4i/module*.md' '!docs.it4i/anselm-cluster-documentation/software/omics-master/overview.md' '!docs.it4i/downtimes_history.md' -rns --en-us
+  - mdspell '**/*.md' '!docs.it4i/module*.md' -rns --en-us
 
 ext_links:
   stage: test
-- 
GitLab