diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index d159108..52d9623 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -38,7 +38,7 @@ jobs: run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check - name: Run sanity tests - run: ansible-test sanity --docker -v --color --coverage + run: ansible-test sanity --docker-privileged -v --color --coverage working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} integration: