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

Update .gitlab-ci.yml

parent 9f726c62
No related branches found
No related tags found
No related merge requests found
Pipeline #14642 failed
# run the test suite # run the test suite
tests: tests:
image: ubuntu:22.04 image: registry.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
tags: tags:
- docker - docker
script: script:
- ./install_script.sh
- python3 setup.py install - python3 setup.py install
- pytest-3 - pytest-3
coverage: '/^TOTAL.+?(\d+\%)$/' coverage: '/^TOTAL.+?(\d+\%)$/'
...@@ -14,7 +13,7 @@ tests: ...@@ -14,7 +13,7 @@ tests:
# generate the documentation # generate the documentation
doc: doc:
image: registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04 image: registry.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
tags: tags:
- docker - docker
only: only:
...@@ -34,7 +33,7 @@ doc: ...@@ -34,7 +33,7 @@ doc:
# project public # project public
# #
pages: pages:
image: registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04 image: registry.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
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