summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f345b8be3..75470763b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,17 +1,7 @@
stages:
- test
-test-autotools-fedora-latest:
- stage: test
- image: registry.gitlab.gnome.org/sthursfield/tracker-oci-images/amd64/fedora:latest
-
- script:
- - su tracker -c './autogen.sh --prefix=/usr'
- - su tracker -c 'make -j'
- - LANG=en_US.UTF8 VERBOSE=1 su tracker -c 'dbus-launch make check'
- - su tracker -c 'make functional-test'
-
-test-meson-fedora-latest:
+test-fedora-latest:
stage: test
image: registry.gitlab.gnome.org/sthursfield/tracker-oci-images/amd64/fedora:latest