diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 03b11ad..64f3be1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Build and run firegex - run: python3 start.py -b --psw-no-interactive testpassword + run: python3 start.py -b start --psw-no-interactive testpassword - name: Run tests run: cd tests && ./run_tests.sh