From 607a1f25d39df553d622e08b37b84db74f968f9a Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 7 Apr 2020 17:12:27 +0000 Subject: [PATCH] Update .gitlab/ci/test.gitlab-ci.yml --- .gitlab/ci/test.gitlab-ci.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 93e18af..d41975a 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -1,12 +1,11 @@ test: image: ubuntu:latest script: - - ls - # - apt update - # - apt install -y python3 python3-pip git - # - git submodule init - # - git submodule update - # - python3 -m pip install blender-addon-tester - # - cd multi-user - # - python3 scripts/test_addon.py multi_user $BLENDER_VERSIONS + - apt update + - apt install -y python3 python3-pip git + - git submodule init + - git submodule update + - python3 -m pip install blender-addon-tester + - cd multi-user + - python3 scripts/test_addon.py multi_user 2.82