diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4db9271c75dfe07013e405b1ec6340e9feba4b9f..71945da6f6c6e9178485121510b91f64f216a621 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ --- dune:2.6--gcc: - image: duneci/dune:2.6 + image: registry.dune-project.org/docker/ci/dune:2.6 script: - dunecontrol --current --opts=/duneci/opts.gcc all - cmake --build build-cmake --target build_tests - cmake --build build-cmake --target test dune:2.6--clang: - image: duneci/dune:2.6 + image: registry.dune-project.org/docker/ci/dune:2.6 script: - dunecontrol --current --opts=/duneci/opts.clang all - cmake --build build-cmake --target build_tests