summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-18 12:51:02 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-18 12:51:02 +0100
commite79ff25cdfbb8067dbd03f5392576189c573bafe (patch)
treef5c24b3b081cf70c2c8c92de74f33c9220606a48 /.gitlab-ci.yml
parent4b7a5559085d91ad6e85a1d8495b927bc6e875d0 (diff)
downloadgnome-bluetooth-e79ff25cdfbb8067dbd03f5392576189c573bafe.tar.gz
ci: Add fix for pairing test
See https://github.com/martinpitt/python-dbusmock/pull/101
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2326767f..b4693f6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ build_stable:
- ninja -C _build
- ninja -C _build install
# Install newer python-dbusmock
- - git clone https://github.com/martinpitt/python-dbusmock.git
+ - git clone --branch=wip/hadess/bluez-modalias-prop https://github.com/hadess/python-dbusmock.git
- cd python-dbusmock
- python3 setup.py build
- python3 setup.py install