diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5ae9b42e3908bd480627fe0a99efface617194e..11a11daf0fadc07e86bbeda217818ff7a66ab33f 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