[gvfs/wip/oholy/gitlab-ci] Install before test



commit 471dc89791f225eba4bf10a77269eadc70b5aa09
Author: Ondrej Holy <oholy redhat com>
Date:   Tue May 29 14:26:03 2018 +0200

    Install before test

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16c6a1b0..1749f0e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,6 @@ build:
     script:
         - meson -Dinstalled_tests=true _build .
         - ninja -C _build
-        - ninja -C _build install
 
 test:
     stage: test
@@ -58,5 +57,6 @@ test:
                          python-twisted
                          samba
     script:
+        - ninja -C _build install
         - gnome-desktop-testing-runner -d /usr/local/share/ gvfs
     allow_failure: true


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