From 51d7e3b40f68ac135ce56688222a5b14a4f21f01 Mon Sep 17 00:00:00 2001
From: Jomaro Rodrigues <jomaro.rodrigues@gmail.com>
Date: Fri, 16 Mar 2018 09:07:32 -0300
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bb83a5..c925ae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,8 @@ before_script:
   - apt-get update -qq
   - apt-get install -y make
   - make install
+  - pip3 install -U pip setuptools pipenv==9.0.3
+  - pipenv install
   - pipenv shell
   - python --version
 
-- 
GitLab