From d3a6616b64cc477af471c629dfa8df6125d5207f Mon Sep 17 00:00:00 2001 From: Soeren Peters <github@soerenpeters.com> Date: Thu, 3 Feb 2022 14:01:42 +0100 Subject: [PATCH] use gitz registry for all jobs --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d259b2bc5..76b93d9d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -164,7 +164,7 @@ msvc_16_unit_tests: clang_build_analyzer_clang_10: stage: analyze - image: irmb/virtualfluids-deps-ubuntu20.04:latest + image: git.rz.tu-bs.de:4567/irmb/virtualfluids_dev/ubuntu20_04:1.0 only: ["schedules"] @@ -197,7 +197,7 @@ clang_build_analyzer_clang_10: include_what_you_use_clang_10: stage: analyze - image: irmb/virtualfluids-deps-ubuntu20.04:latest + image: git.rz.tu-bs.de:4567/irmb/virtualfluids_dev/ubuntu20_04:1.0 only: ["schedules"] @@ -228,7 +228,7 @@ include_what_you_use_clang_10: cppcheck: stage: analyze - image: irmb/virtualfluids-deps-ubuntu20.04:latest + image: git.rz.tu-bs.de:4567/irmb/virtualfluids_dev/ubuntu20_04:1.0 only: - open_source@irmb/VirtualFluids_dev @@ -257,7 +257,6 @@ cppcheck: lizard: stage: analyze - image: irmb/virtualfluids-python-deps-ubuntu20.04:latest only: - open_source@irmb/VirtualFluids_dev @@ -284,7 +283,6 @@ lizard: gcov_gcc_9: stage: analyze - image: irmb/virtualfluids-python-deps-ubuntu20.04:latest only: - open_source@irmb/VirtualFluids_dev @@ -328,7 +326,6 @@ gcov_gcc_9: clang-tidy: stage: analyze - image: irmb/virtualfluids-python-deps-ubuntu20.04:latest only: - open_source@irmb/VirtualFluids_dev -- GitLab