summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-04-28 16:58:34 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-01 15:01:06 +0000
commitdae6cfba56efab5977786e9a519e8951a2e182db (patch)
tree16d71509240caf6c485f7c5e82c8ad40e363bdd3 /ci
parentcbe3989b2bd0ec93f9878c2d9a79fcb72d477d11 (diff)
downloadostree-dae6cfba56efab5977786e9a519e8951a2e182db.tar.gz
ci: Fix flatpak test pkg install
Closes: #822 Approved by: jlebon
Diffstat (limited to 'ci')
-rwxr-xr-xci/flatpak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/flatpak.sh b/ci/flatpak.sh
index f7edba3e..fee738aa 100755
--- a/ci/flatpak.sh
+++ b/ci/flatpak.sh
@@ -28,7 +28,7 @@ cd flatpak
dnf builddep -y flatpak
# And runtime deps
dnf install -y flatpak && rpm -e flatpak
-dnf install which attr fuse parallel # for the test suite
+dnf install -y which attr fuse parallel # for the test suite
build
# We want to capture automake results from flatpak
cleanup() {