Skip to content
Snippets Groups Projects
Commit 0bb8de12 authored by Florent Jaillet's avatar Florent Jaillet
Browse files

Correcting CI configuration

parent 5326ab09
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment