Skip to content
Snippets Groups Projects
Commit c2d01882 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Update the image addresses in .gitlab-ci.yml from "duneci/dune:***" to...

Update the image addresses in .gitlab-ci.yml from "duneci/dune:***" to "registry.dune-project.org/docker/ci/dune:***", so the dokcer-images are fetched from the official dune-ci
parent 24dded43
No related branches found
No related tags found
1 merge request!37Update the image addresses in .gitlab-ci.yml from "duneci/dune:***" to...
...@@ -29,33 +29,33 @@ before_script: &before ...@@ -29,33 +29,33 @@ before_script: &before
EOT EOT
dune:2.6 gcc: dune:2.6 gcc:
image: duneci/dune:2.6-debian-10-gcc-8-17 image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script: duneci-standard-test script: duneci-standard-test
variables: variables:
DUNECI_BRANCH: releases/2.6-1 DUNECI_BRANCH: releases/2.6-1
dune:2.6 clang: dune:2.6 clang:
image: duneci/dune:2.6-debian-10-clang-7-libcpp-17 image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-clang-7-libcpp-17
script: duneci-standard-test script: duneci-standard-test
variables: variables:
DUNECI_BRANCH: releases/2.6-1 DUNECI_BRANCH: releases/2.6-1
dune:git gcc: dune:git gcc:
image: duneci/dune:git-debian-10-gcc-8-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
before_script: before_script:
- *patch-dune-common - *patch-dune-common
- *before - *before
script: duneci-standard-test script: duneci-standard-test
dune:git clang: dune:git clang:
image: duneci/dune:git-debian-10-clang-7-libcpp-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
before_script: before_script:
- *patch-dune-common - *patch-dune-common
- *before - *before
script: duneci-standard-test script: duneci-standard-test
dune:git parmg gcc: dune:git parmg gcc:
image: duneci/dune:git-debian-10-gcc-8-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
before_script: before_script:
- *patch-dune-common - *patch-dune-common
- *before - *before
...@@ -63,7 +63,7 @@ dune:git parmg gcc: ...@@ -63,7 +63,7 @@ dune:git parmg gcc:
script: duneci-standard-test script: duneci-standard-test
dune:git parmg clang: dune:git parmg clang:
image: duneci/dune:git-debian-10-clang-7-libcpp-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
before_script: before_script:
- *patch-dune-common - *patch-dune-common
- *before - *before
......
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