diff --git a/.github/workflows/ci-ui-tests.yaml b/.github/workflows/ci-ui-tests.yaml index bc22deba6..5346ee3d7 100644 --- a/.github/workflows/ci-ui-tests.yaml +++ b/.github/workflows/ci-ui-tests.yaml @@ -50,4 +50,4 @@ jobs: - name: run tests working-directory: ui_tests run: | - pytest -vvv --splunk-user=admin --splunk-password="changeme2" --splunk-host="localhost" -k current \ No newline at end of file + pytest -vvv --splunk-user=admin --splunk-password="changeme2" --splunk-host="localhost" --device-simulator="$(hostname -I | cut -d " " -f1)" -k current \ No newline at end of file