From fb6f2d820a18dee8924b8b7930fb4825b2587720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 7 Sep 2021 09:18:44 +0200 Subject: [PATCH] FIxed docker image path --- CI/gitlab-ci/linux-iwyu-job.yml | 2 +- CI/gitlab-ci/linux-novchecks-job.yml | 2 +- CI/gitlab-ci/linux-template-build-job.yml | 2 +- CI/gitlab-ci/linux-template-test-job.yml | 2 +- CI/gitlab-ci/linux.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CI/gitlab-ci/linux-iwyu-job.yml b/CI/gitlab-ci/linux-iwyu-job.yml index cb8b0d58..af88f26c 100644 --- a/CI/gitlab-ci/linux-iwyu-job.yml +++ b/CI/gitlab-ci/linux-iwyu-job.yml @@ -7,7 +7,7 @@ iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: stage: build script: "CI/ci-linux-build.sh" - image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container + image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container tags: - Linux - stretch diff --git a/CI/gitlab-ci/linux-novchecks-job.yml b/CI/gitlab-ci/linux-novchecks-job.yml index 63ae0ead..a3d80118 100644 --- a/CI/gitlab-ci/linux-novchecks-job.yml +++ b/CI/gitlab-ci/linux-novchecks-job.yml @@ -7,7 +7,7 @@ nvc-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: stage: build script: "CI/ci-linux-build.sh" - image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container + image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container tags: - Linux - stretch diff --git a/CI/gitlab-ci/linux-template-build-job.yml b/CI/gitlab-ci/linux-template-build-job.yml index bd1d5b42..16785396 100644 --- a/CI/gitlab-ci/linux-template-build-job.yml +++ b/CI/gitlab-ci/linux-template-build-job.yml @@ -8,7 +8,7 @@ build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: stage: build script: "CI/ci-linux-build.sh" - #image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container + #image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container tags: - Linux - stretch diff --git a/CI/gitlab-ci/linux-template-test-job.yml b/CI/gitlab-ci/linux-template-test-job.yml index 5b84581a..57bb3293 100644 --- a/CI/gitlab-ci/linux-template-test-job.yml +++ b/CI/gitlab-ci/linux-template-test-job.yml @@ -7,7 +7,7 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: stage: test script: "CI/ci-linux-test.sh" - #image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container + #image: gitlab.vci.graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container tags: - Linux - stretch diff --git a/CI/gitlab-ci/linux.yml b/CI/gitlab-ci/linux.yml index 6d1653ad..d99e7040 100644 --- a/CI/gitlab-ci/linux.yml +++ b/CI/gitlab-ci/linux.yml @@ -5,7 +5,7 @@ cppcheck: stage: build script: "CI/ci-cppcheck.sh" - image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container + image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container tags: [Docker] timeout: 3h artifacts: