From 94d70661e47c4535a0a7eb102851511636130e17 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Wed, 21 Mar 2018 00:01:46 +0100
Subject: [PATCH] tweaking CI config

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acf2ec6f..8e5f5f52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,6 @@ build and upload the contents:
 
   script:
     # Compile lectures
-    - gitbook update
+    - gitbook install
     - gitbook build
     - "rsync -rv _book solidstate@tnw-tn1.tudelft.net:test"
-- 
GitLab