From 6f6371f00368df2468d1849237d0edb035dfbec4 Mon Sep 17 00:00:00 2001 From: Vincent Mazenod <vincent.mazenod@isima.fr> Date: Tue, 3 Oct 2017 08:32:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44edc64..70cdb1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: script: - apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm - pip install --editable . - - cd content && npm install + - cd content && npm install && cd .. - pelican content artifacts: -- GitLab