diff --git a/.circleci/config.yml b/.circleci/config.yml index 03f77bf..1eba2a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,7 +95,7 @@ jobs: name: Run plugin tests command: | .circleci/integration-test.py run-test \ - --installer-args "--plugin /srv/src/plugins/simplest" \ + --installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \ plugins test_simplest_plugin.py - run: diff --git a/.circleci/integration-test.py b/.circleci/integration-test.py index 3a3dcbd..7968533 100755 --- a/.circleci/integration-test.py +++ b/.circleci/integration-test.py @@ -85,7 +85,7 @@ def run_test(image_name, test_name, test_files, installer_args): os.path.join(os.path.dirname(__file__), os.pardir) ) - copy_to_container(test_name, os.path.join(source_path, 'bootstrap/'), '/srv/src') + copy_to_container(test_name, os.path.join(source_path, 'bootstrap/.'), '/srv/src') copy_to_container(test_name, os.path.join(source_path, 'integration-tests/'), '/srv/src') run_container_command( test_name,