From 8a3ab895e031b40dbf6e7fea9d15c47e38ee103c Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 14 Jul 2020 12:56:34 +0000 Subject: [PATCH] fix: ci blender install --- .gitlab/ci/test.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index e066c78..9c0dc6b 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -4,6 +4,7 @@ test: script: - git submodule init - git submodule update + - apt-get update # install blender to get all required dependencies # TODO: indtall only dependencies - apt install -f -y blender