From 3128bd96f7da215e74d0c46973447676548d51ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 2 Jul 2019 20:00:25 +0200 Subject: [PATCH] Add missing dot in .autoconf job template that caused duplicate job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 786380466c..8e28b5a30c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,7 +109,7 @@ stages: <<: *debian_sid_amd64_image stage: precheck -autoconf: &autoconf_job +.autoconf: &autoconf_job <<: *default_triggering_rules <<: *debian_sid_amd64_image stage: precheck