summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2018-07-08 15:42:36 +0200
committerSam Thursfield <sam@afuera.me.uk>2018-07-08 15:42:36 +0200
commit772a4e787e7f404fa2ee5868ad396464f3dd3818 (patch)
tree03542116f3865380e635b21881e6975b75a437ea
parent1224eb67b57534f9fb509791c732e9babcb59c7d (diff)
downloadtracker-wip/sam/functional-tests.tar.gz
Functional tests still use Python 2wip/sam/functional-tests
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6fbadea9..7c00bb0ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ test-autotools-fedora27:
before_script:
# This takes a long time, we could prebuild a Docker image that already
# contains this stuff instead, and use that.
- - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel make python3-gobject redhat-rpm-config
+ - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel make python2-gobject redhat-rpm-config
- dnf builddep -y tracker
# This shouldn't be needed, but currently is.
@@ -54,7 +54,7 @@ test-meson-fedora27:
before_script:
# This takes a long time, we could prebuild a Docker image that already
# contains this stuff instead, and use that.
- - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel meson python3-gobject redhat-rpm-config
+ - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel meson python2-gobject redhat-rpm-config
- dnf builddep -y tracker
# This shouldn't be needed, but currently is.