From 0bb8de1296bb58833314bf132294576c4f029682 Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lis-lab.fr> Date: Wed, 7 Feb 2018 09:56:34 +0100 Subject: [PATCH] Correcting CI configuration --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5ae9b4..11a11da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ ubuntu:X86_64: tags: - docker script: - - pip install -e . --no-deps + - pip3 install -e . --no-deps - nosetests3 artifacts: when: always @@ -21,7 +21,7 @@ ubuntu:i686: tags: - docker script: - - pip install -e . --no-deps + - pip3 install -e . --no-deps - nosetests3 artifacts: when: always -- GitLab