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

Edit .gitlab-ci.yml

parent 542d1526
No related branches found
No related tags found
No related merge requests found
Pipeline #16198 failed
...@@ -125,10 +125,10 @@ ubuntu:i686: ...@@ -125,10 +125,10 @@ ubuntu:i686:
# doc template # doc template
.doc: &doc .doc: &doc
script: before_script:
- pip3 install setuptools sphinx - pip3 install sphinx sphinxcontrib-bibtex
- pip install matplotlib numpy scipy six coverage pytest pytest-cov
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script:
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
- cp -r build/sphinx/html public - cp -r build/sphinx/html public
artifacts: artifacts:
...@@ -139,7 +139,7 @@ ubuntu:i686: ...@@ -139,7 +139,7 @@ ubuntu:i686:
pages: pages:
<<: *doc <<: *doc
# image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64 # image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
image: python:3.9 image: registry.lis-lab.fr:5005/dev/ltfatpy/python-ci:3.10
tags: tags:
- docker - docker
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment