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

Edit .gitlab-ci.yml

parent 07489d8a
No related branches found
No related tags found
No related merge requests found
Pipeline #16191 failed
# run the test suite # run the test suite registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04
tests: tests:
image: registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 image: python:3.11
tags: tags:
- docker - docker
script: script:
...@@ -18,7 +18,7 @@ tests: ...@@ -18,7 +18,7 @@ tests:
# generate the documentation # generate the documentation
doc: doc:
image: registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 image: python:3.11
tags: tags:
- docker - docker
only: only:
...@@ -43,7 +43,7 @@ doc: ...@@ -43,7 +43,7 @@ doc:
# project public # project public
pages: pages:
image: registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 image: python:3.11
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