[tracker/wip/carlosg/junit: 4/4] ci: Install pytest-tap for functional tests




commit 558e5116d55d69b1138f8d2e3e62332f6382df05
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Dec 12 20:21:35 2020 +0100

    ci: Install pytest-tap for functional tests
    
    We want to generate JUnit reports from TAP for all tests. We
    can however only pull from pip in Fedora, so do that there.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66a39f84d..3e3b43550 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,8 @@ test-alpine-edge:
   <<: *test
 
 test-fedora-latest:
+  before_script:
+    - pip3 install pytest-tap
   image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/fedora:latest
   <<: *test
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]