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
tests:
image: ubuntu:22.04
image: registry.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
tags:
- docker
script:
- ./install_script.sh
- python3 setup.py install
- pytest-3
coverage: '/^TOTAL.+?(\d+\%)$/'
......@@ -14,7 +13,7 @@ tests:
# generate the documentation
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:
- docker
only:
......@@ -34,7 +33,7 @@ doc:
# project public
#
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:
- docker
only:
......
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