fix: update test.gitlab-ic.yml

This commit is contained in:
Swann Martinez
2020-07-07 12:44:58 +00:00
parent 2bc0d18120
commit eb7542b1dd

View File

@ -9,6 +9,7 @@ test:
# TODO: indtall only dependencies # TODO: indtall only dependencies
- apt install -f -y gcc python-dev python3.7-dev - apt install -f -y gcc python-dev python3.7-dev
- apt install -f -y blender - apt install -f -y blender
- python3 -m pip install psutil
- python3 -m pip install blender-addon-tester - python3 -m pip install blender-addon-tester
- python3 scripts/test_addon.py - python3 scripts/test_addon.py