From 38ed448d27b38466c331784d306ea54ba0f696cc Mon Sep 17 00:00:00 2001 From: Emmanuel Promayon Date: Thu, 30 Jan 2020 12:20:42 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9d658f..f06ce9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,13 @@ -image: python:rc-alpine -#python:alpine +image: python:alpine +#python:rc-alpine +# before_script: # forcing pip version 19.3.1 as pip version 20.0 has https://github.com/pypa/pip/issues/7217 # reset to default "pip install --upgrade pip" when the issue is resolved - - pip install --upgrade pip==19.3.1 + #- pip install --upgrade pip==19.3.1 + # + - pip install --upgrade pip - pip install markdown - pip install Pygments - pip install mkdocs -- GitLab