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

Update .gitlab-ci.yml

parent 08b5a3d4
No related branches found
No related tags found
No related merge requests found
Pipeline #4129 passed
...@@ -7,6 +7,9 @@ tests: ...@@ -7,6 +7,9 @@ tests:
- python3 setup.py install - python3 setup.py install
- pytest-3 - pytest-3
coverage: '/Code coverage: \d+\.\d+/' coverage: '/Code coverage: \d+\.\d+/'
artifacts:
paths:
- coverage/
# generate the documentation # generate the documentation
doc: doc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment