From 3709c159af38fc7a54619bf2be45b9f3c60c3d46 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sun, 23 Jun 2019 22:25:01 +0200 Subject: [PATCH] Run autopkgtest in Salsa CI when it exists --- debian/gitlab-ci.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 50d91499..988efedf 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -1,17 +1,5 @@ -include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - -build: - extends: .build-package - -lintian: - extends: .test-lintian - -blhc: - extends: .test-blhc - -piuparts: - extends: .test-piuparts - variables: RELEASE: 'unstable' +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