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 2f48cc23..783706ff 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: