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 @@
- schedules
.build_script_template:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: build
tags: ["large"]
script:
......@@ -41,7 +41,7 @@
- schedules
.test_script_template:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: test
tags: ["large"]
script:
......
......@@ -6,7 +6,7 @@
#
---
coverage:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: analyse
script:
- export INPUT_FILES=""
......
---
coverity:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: analyse
tags: ["large"]
dependencies: []
......
---
pages:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: deploy
dependencies: []
artifacts:
......
---
release:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: deploy
dependencies: []
artifacts:
......
sonarqube:
image: hpclib/hiepacs
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stage: analyse
tags: ["large"]
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment