From d211f48ee2f10b1f9ac22ce846e1156b48857879 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Tue, 20 Mar 2018 23:57:14 +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 3c02423d..cb530f7b 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 - - node install gitbook + - npm install gitbook script: # Compile lectures -- GitLab