From b479c2494e8bd680243c1c91241b8b27219d097d Mon Sep 17 00:00:00 2001 From: mazenovi <vmazenod@gmail.com> Date: Wed, 25 Apr 2018 14:01:40 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51c1a21..a0dccf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +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 --upgrade pip==9.0.3 - pip install --editable . - cd content && npm install && cd .. - sed -i "s/RELATIVE_URLS = True/RELATIVE_URLS = False/" pelicanconf.py -- GitLab