diff --git a/.github/workflows/aliro_tests.yml b/.github/workflows/aliro_tests.yml index 46862c835..36299e038 100644 --- a/.github/workflows/aliro_tests.yml +++ b/.github/workflows/aliro_tests.yml @@ -83,7 +83,7 @@ jobs: run: | git lfs fetch --all git lfs pull - docker run -v $(pwd):/appsrc -w /appsrc aliro_unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py + docker run -v $(pwd):/appsrc -w /appsrc aliro-unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py coverage combine - name: Coveralls uses: AndreMiras/coveralls-python-action@develop