From 847e6043ea4a9b1a8ed42511052dab4195c64abf Mon Sep 17 00:00:00 2001
From: lovetox <philipp@hoerist.com>
Date: Fri, 29 Jul 2022 10:08:48 +0200
Subject: [PATCH] ci: Install newest python3-nbxmpp-nightly

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05300a1e8d..d8b2a087b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,6 +73,8 @@ build-linux:
     - if: '$GAJIM_NIGHTLY_BUILD'
     - if: '$CI_COMMIT_TAG'
   script:
+    - apt-get update
+    - apt-get install python3-nbxmpp-nightly
     - python3 setup.py sdist
     - python3 .ci/debian_build.py "$(find dist/gajim-*)" 1
 
-- 
GitLab