Fixed gitlab ci yaml config errors

This commit is contained in:
Johannes Lenzen
2021-01-05 11:12:25 +01:00
parent 1ff404230f
commit a4a50217d8
3 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
# Compiler: {{COMPILER}}
# Language: {{LANGUAGE}}
build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
stage: build
script: "CI/ci-linux-build.sh {{COMPILER}} {{LANGUAGE}} {{BUILDTYPE}} IWYU"
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container

View File

@@ -4,7 +4,7 @@
# Compiler: {{COMPILER}}
# Language: {{LANGUAGE}}
iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
stage: build
script: "CI/ci-linux-build.sh {{COMPILER}} {{LANGUAGE}} {{BUILDTYPE}}"
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container