summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-flatpak.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-flatpak.sh')
-rwxr-xr-x.gitlab-ci/test-flatpak.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/test-flatpak.sh b/.gitlab-ci/test-flatpak.sh
index 3ca5a746..0dd01c46 100755
--- a/.gitlab-ci/test-flatpak.sh
+++ b/.gitlab-ci/test-flatpak.sh
@@ -3,4 +3,7 @@
set -e
python3 -m pip install --user pytest pytest-faulthandler
+# for some reason pip3 fails the first time now..
+# https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/776
+python3 -m pip install --user pytest pytest-faulthandler
python3 setup.py test -s