[gnome-build-meta/jjardon/ci_test] .gitlab-ci.yml: Try to load fuse module



commit 7b2b869737ade242bdb34719f1fa9aa8f675a624
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Feb 23 16:56:20 2018 +0000

    .gitlab-ci.yml: Try to load fuse module

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3447e9..003b3f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ stages:
   - build
 
 before_script:
+  - modprobe fuse
   - git clone https://gitlab.com/BuildStream/buildstream.git
   # Use specific version of BuildStream
   - git -C buildstream/ checkout $BST_SHA


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