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




commit 96318769df5147f80d85063ccb85325422d9aef0
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.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66a39f84d..22473a19d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,9 @@ stages:
 .test_template: &test
   stage: test
 
+  before_script:
+    - pip3 install pytest-tap
+
   script:
     - mkdir build
     - cd build


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