diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index c5a6acf..04a62bf 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -7,7 +7,7 @@ test: - apt update # install blender to get all required dependencies # TODO: indtall only dependencies - - apt install -f -y blender + - apt install -f -y gcc blender - pip install blender-addon-tester - python scripts/test_addon.py