[nautilus] CI: Need git to install gcovr



commit 985c88dba533f00e15ba2c3f2130dec0f2aa9f6b
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Sat Mar 17 08:25:29 2018 +0000

    CI: Need git to install gcovr

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62b8cd456..efbf640e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ test:fedora:
     image: fedora:28
     stage: Test
     script:
-    - dnf install -y gcovr 'dnf-command(builddep)' redhat-rpm-config
+    - dnf install -y gcovr 'dnf-command(builddep)' redhat-rpm-config git
     - dnf builddep -y nautilus
     # Coverage data contains paths relative to the build directory,
     # so changing to it makes writing filter expressions easier.


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