diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3fb0841..dae2da1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,8 @@ jobs: build: runs-on: ubuntu-latest container: - image: 'netdisco/netdisco:latest-base' + image: 'netdisco/netdisco:latest-do' + options: '--user root --entrypoint /bin/ash' steps: # - name: Check out latest code # env: