From 506284ad1f2fc85ec59dfb5a2bce73ac49373e31 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Wed, 8 Apr 2020 08:41:24 +0000 Subject: [PATCH] another ci test --- .gitlab/ci/test.gitlab-ci.yml | 1 - scripts/test_addon.py => test_addon.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename scripts/test_addon.py => test_addon.py (98%) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 4c1a982..1a9e102 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -8,6 +8,5 @@ test: - apt update - apt install -f -y blender - pip install blender-addon-tester - - cd scripts - python test_addon.py multi_user 2.82 diff --git a/scripts/test_addon.py b/test_addon.py similarity index 98% rename from scripts/test_addon.py rename to test_addon.py index 6008406..fdd68c3 100644 --- a/scripts/test_addon.py +++ b/test_addon.py @@ -22,4 +22,4 @@ def main(): exit_val = 1 sys.exit(exit_val) -main() \ No newline at end of file +main()