Update .gitlab/ci/test.gitlab-ci.yml

This commit is contained in:
Swann Martinez 2020-04-07 17:00:19 +00:00
parent 1789ae20cf
commit d4d14d57ff

View File

@ -2,7 +2,7 @@ test:
image: ubuntu:latest
script:
- apt update
- apt install -y python python-pip git
- apt install -y python3.4 python3-pip git
- git submodule init
- git submodule update
- pip install blender-addon-tester