From 85d1f8df2aaabe921c55fd10e3a40556e32bf76c 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: Tue, 24 Jan 2017 10:07:49 +0100
Subject: [PATCH] zmena struktury pro skripty

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

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