Fixup circle config to match new integration-test.py

This commit is contained in:
yuvipanda
2018-08-11 11:01:45 -07:00
parent 8d582dcba8
commit 732e655ada
2 changed files with 6 additions and 3 deletions

View File

@@ -65,12 +65,12 @@ jobs:
- run:
name: build systemd image
command: |
python3 .circleci/integration-test.py build-image
.circleci/integration-test.py build-image
- run:
name: Run hub tests
name: Run basic tests tests
command: |
python3 .circleci/integration-test.py run-test test_hub.py
.circleci/integration-test.py run-test basic-tests test_hub.py test_install.py test_extensions.py