From 3f9f4e54af5c2ddfe78c77343770171e459adbd0 Mon Sep 17 00:00:00 2001
From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de>
Date: Sun, 1 Apr 2018 13:34:13 +0200
Subject: [PATCH] Update .gitlab-ci.yml install --user and not --suer install

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

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