From 136515f79d6717e52821a3a56da57799afac6e02 Mon Sep 17 00:00:00 2001
From: mazenovi <vmazenod@gmail.com>
Date: Sat, 2 Dec 2017 23:10:56 +0100
Subject: [PATCH] fix ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70cdb1e..e497afc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ build:
   stage: build
   script:
     - apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm
+    - pip install --upgrade pip
     - pip install --editable .
     - cd content && npm install && cd ..
     - pelican content
-- 
GitLab