summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci/ci.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 80387671..9681dced 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -411,7 +411,7 @@ vm-valgrind-{{suite.name}}:
{% set version = "{}".format(distro.versions|last()) %}
.{{distro.name}}-build@template:
extends:
- - .fdo.distribution-image@fedora
+ - .fdo.distribution-image@{{distro.name}}
- .build@template
variables:
FDO_DISTRIBUTION_VERSION: '{{version}}'