summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/gitlab-ci.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 88ec151..96d463e 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -16,16 +16,15 @@ image: debian:unstable
build package:
stage: build
image: registry.salsa.debian.org/salsa-ci-team/images/gbp
+ services:
+ - docker:dind
artifacts:
expire_in: 180 day
name: "$CI_BUILD_NAME"
paths:
- ${WORKING_DIR}/
script:
- - apt-get update
- - eatmydata apt-get build-dep -y .
- - gbp pull --ignore-branch
- - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} -us -uc
+ - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} --git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder'
run autopkgtest:
stage: test
@@ -52,7 +51,7 @@ run reprotest:
- apt-get update
- eatmydata apt-get build-dep -y .
- export DEB_BUILD_OPTIONS=nocheck
- - eatmydata reprotest . -- null &> reprotest.log
+ - eatmydata reprotest --no-diffoscope . -- null &> reprotest.log
run piuparts:
stage: test