From f0e4d9e15e05a0e7901cd689b9a9beb6bbe70870 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <mail@manuelkieweg.de>
Date: Thu, 8 Oct 2020 19:55:58 +0100
Subject: [PATCH] remove compliance stage

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5401d5d15..332e652f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ documentation:static:
   rules:
     - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
   script:
-  - mdbook build documentation --dest-dir public
+  - mdbook build ./documentation/ --dest-dir public
   artifacts:
     paths:
       - public
@@ -85,7 +85,7 @@ documentation:test:
   script:
   - ls
   - ls documentation
-  - mdbook build documentation --dest-dir public
+  - mdbook build ./documentation/ --dest-dir public
 
 sast:
   variables:
-- 
GitLab