Update test.gitlab-ci.yml

This commit is contained in:
Swann Martinez 2020-04-07 19:32:40 +00:00
parent 99d64cd411
commit 5f1853bbe3

View File

@ -1,10 +1,8 @@
test:
image: ubuntu:latest
image: python:latest
script:
- apt update
- apt install -y python3 python3-pip git
- git submodule init
- git submodule update
- python3 -m pip install blender-addon-tester
- python3 scripts/test_addon.py multi_user 2.82
- pip install blender-addon-tester
- python scripts/test_addon.py multi_user 2.82