From 26deeafff31accb7836b127d6cd71daaa639d13c Mon Sep 17 00:00:00 2001 From: Salsa Pipeline Date: Tue, 26 Feb 2019 20:25:39 +0000 Subject: [PATCH] Update salsa CI pipeline --- debian/gitlab-ci.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index b7dc52a..892f3cd 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -1,16 +1,3 @@ -include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - -build: - extends: .build-unstable - -reprotest: - extends: .test-reprotest - -lintian: - extends: .test-lintian - -autopkgtest: - extends: .test-autopkgtest - -piuparts: - extends: .test-piuparts +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml -- GitLab