FIxed docker image path

This commit is contained in:
Jan Möbius
2021-09-07 09:18:44 +02:00
parent 9c34c99e86
commit 4ae331a33e
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: build stage: build
script: "CI/ci-linux-build.sh" 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: tags:
- Linux - Linux
- stretch - stretch

View File

@@ -7,7 +7,7 @@
nvc-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: nvc-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: build stage: build
script: "CI/ci-linux-build.sh" 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: tags:
- Linux - Linux
- stretch - stretch

View File

@@ -8,7 +8,7 @@
build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: build stage: build
script: "CI/ci-linux-build.sh" 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: tags:
- Linux - Linux
- stretch - stretch

View File

@@ -7,7 +7,7 @@
test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: test stage: test
script: "CI/ci-linux-test.sh" 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: tags:
- Linux - Linux
- stretch - stretch

View File

@@ -5,7 +5,7 @@
cppcheck: cppcheck:
stage: build stage: build
script: "CI/ci-cppcheck.sh" 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] tags: [Docker]
timeout: 3h timeout: 3h
artifacts: artifacts: