From d8f68640b52a8cd461ee25022bbddd08c329af09 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Wed, 8 Apr 2020 09:06:36 +0000 Subject: [PATCH] refactor: test to move test_script --- .gitlab/ci/test.gitlab-ci.yml | 2 +- test_addon.py => scripts/test_addon.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test_addon.py => scripts/test_addon.py (100%) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 15a3aa3..9298472 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -8,5 +8,5 @@ test: # TODO: indtall only dependencies - apt install -f -y blender - pip install blender-addon-tester - - python test_addon.py multi_user 2.82 + - python test_addon.py ../multi_user 2.82 diff --git a/test_addon.py b/scripts/test_addon.py similarity index 100% rename from test_addon.py rename to scripts/test_addon.py