Skip to content
Snippets Groups Projects
Commit bdc4ae72 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml file

parent 540771be
No related branches found
No related tags found
No related merge requests found
Pipeline #16275 failed
...@@ -4,7 +4,7 @@ tests: ...@@ -4,7 +4,7 @@ tests:
tags: tags:
- docker - docker
script: script:
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - # if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip install -e .[test] - pip install -e .[test]
- pytest-3 - pytest-3
coverage: '/^TOTAL.+?(\d+\%)$/' coverage: '/^TOTAL.+?(\d+\%)$/'
...@@ -22,8 +22,8 @@ doc: ...@@ -22,8 +22,8 @@ doc:
script: script:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - # if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip install -e .[doc] - pip3 install -e .[doc]
- rm -Rf build - rm -Rf build
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment