FIxed docker image path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user