From a41002ddec8d0d0734c6a780b502300df88428eb Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 6 Jan 2019 03:50:26 +0530 Subject: [PATCH] ci: Don't install fuse and fuse3 packages in the CI environment Signed-off-by: Joseph Nuthalapati --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72d9b94c2..b6b6ef7be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ before_script: - apt-get install -y build-essential # Build dependencies - apt-get install -y sshpass parted # Test dependencies - apt-get install -y sudo - - apt-mark hold fuse # not installable in CI environment + - apt-mark hold fuse fuse3 # not installable in CI environment - apt-get install -y $(./run --list-dependencies) # Module dependencies stages: