From 5b340db544ca110e6490fdc9e3cd6b118fd54527 Mon Sep 17 00:00:00 2001
From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de>
Date: Sun, 1 Apr 2018 13:27:13 +0200
Subject: [PATCH] Update .gitlab-ci.yml

pip3 install -U to avoid permission right
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf86ae6..84e11fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ build:
 test:
   script:
   #- python3 setup.py test
-  - pip3 install tox flake8  # you can also use tox
+  - pip3 -U install tox flake8  # you can also use tox
   - tox -e py36,flake8
   - python -m unittest discover navipy
 
-- 
GitLab