Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ecaa0498 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'ci/change_docker_image' into 'master'

ci: update docker image name

See merge request solverstack/chameleon!248
parents d39d5c16 c3975334
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
- schedules - schedules
.build_script_template: .build_script_template:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: build stage: build
tags: ["large"] tags: ["large"]
script: script:
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
- schedules - schedules
.test_script_template: .test_script_template:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: test stage: test
tags: ["large"] tags: ["large"]
script: script:
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# #
--- ---
coverage: coverage:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: analyse stage: analyse
script: script:
- export INPUT_FILES="" - export INPUT_FILES=""
......
--- ---
coverity: coverity:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: analyse stage: analyse
tags: ["large"] tags: ["large"]
dependencies: [] dependencies: []
......
--- ---
pages: pages:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: deploy stage: deploy
dependencies: [] dependencies: []
artifacts: artifacts:
......
--- ---
release: release:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: deploy stage: deploy
dependencies: [] dependencies: []
artifacts: artifacts:
......
sonarqube: sonarqube:
image: hpclib/hiepacs image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: analyse stage: analyse
tags: ["large"] tags: ["large"]
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment