From 7e9a8a2579c33393692bf0670a8efea1c663f76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fritze?= <rene.fritze@wwu.de> Date: Fri, 20 Sep 2019 13:32:47 +0200 Subject: [PATCH] [ci] fix building wrong module name --- .ci/azure/pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/azure/pipelines.yml b/.ci/azure/pipelines.yml index 45f81fa95..66969adb5 100644 --- a/.ci/azure/pipelines.yml +++ b/.ci/azure/pipelines.yml @@ -12,16 +12,16 @@ jobs: parameters: dockerimage: debian-unstable_gcc_full jobname: 'unstable_gcc' - module: 'dune-xt-common' + module: 'dune-xt' - template: azure-job-template.yml@templates parameters: dockerimage: debian_gcc_full jobname: 'gcc' - module: 'dune-xt-common' + module: 'dune-xt' - template: azure-job-template.yml@templates parameters: dockerimage: debian_clang_full jobname: 'clang' - module: 'dune-xt-common' + module: 'dune-xt' -- GitLab