[nautilus] CI: Seems git is needed in the test phase?



commit 4f4c1a3c97b861b0414ba43b13fa43ccbc239b45
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri Mar 16 20:48:55 2018 +0000

    CI: Seems git is needed in the test phase?

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb2a99d04..c976ce14d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ test:fedora:
     dependencies:
     - build:fedora
     script:
-    - dnf install -y gcc meson
+    - dnf install -y gcc meson git
     # 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]