7 lines
162 B
YAML
7 lines
162 B
YAML
test:
|
|
stage: test
|
|
image: slumber/blender-addon-testing:latest
|
|
script:
|
|
- python3 scripts/test_addon.py
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: recursive |