From 07aa17da918428eaef2e2197d4ba5fdb3a651a82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Mon, 5 Sep 2016 15:21:24 +0200
Subject: [PATCH] corrections to fail state

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de5728e74..b56f750fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,13 +8,13 @@ docs:
 mkdocs:
   stage: test
   image: davidhrbac/docker-mkdocscheck:latest
-  allow_failure: true
   script:
   - mkdocs build
 
 shellcheck:
   stage: test
   image: davidhrbac/docker-shellcheck:latest
+  allow_failure: true
   script:
   - which shellcheck || apt-get update && apt-get install -y shellcheck
   - shellcheck *.sh
-- 
GitLab