From e0eb7ac35932d7893c348a617617a6127d3c5fc0 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Tue, 20 Mar 2018 23:59:46 +0100
Subject: [PATCH] typo fix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb530f7b..acf2ec6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build and upload the contents:
     - chmod 700 /root/.ssh
     - ssh-keyscan tnw-tn1.tudelft.net >> /root/.ssh/known_hosts
     - chmod 644 /root/.ssh/known_hosts
-    - npm install gitbook
+    - npm install gitbook-cli -g
 
   script:
     # Compile lectures
-- 
GitLab