From e0251c13f5b442e4b056d280c4b0b91c7f035cfc Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Tue, 13 May 2025 11:38:13 +0200 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcea24a7..764ba56e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ -# run the test suite +# run the test suite registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 tests: - image: registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 + image: python:3.11 tags: - docker script: @@ -18,7 +18,7 @@ tests: # generate the documentation doc: - image: registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 + image: python:3.11 tags: - docker only: @@ -43,7 +43,7 @@ doc: # project public pages: - image: registry.lis-lab.fr:5005/baptiste.bauvin/summit/ubuntu:18.04 + image: python:3.11 tags: - docker only: -- GitLab