From c41a413c949dfc9ed1dcd40ba105c46cce53beb3 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 14:27:34 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: