From 90ff24a073ae1c1536e3de760719ce32e493fd1d Mon Sep 17 00:00:00 2001
From: mazenovi <vmazenod@gmail.com>
Date: Tue, 3 Oct 2017 10:02:50 +0200
Subject: [PATCH] add npm install

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e30b48..44edc64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,8 +14,9 @@ before_script:
 build:
   stage: build
   script:
-    - apt-get install -y --force-yes build-essential python-dev python-pip git
+    - apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm
     - pip install --editable .
+    - cd content && npm install
     - pelican content
 
   artifacts:
-- 
GitLab