diff --git a/.gitea/workflows/pull-request-open.yml b/.gitea/workflows/pull-request-open.yml index 9b1563a..5852f9d 100644 --- a/.gitea/workflows/pull-request-open.yml +++ b/.gitea/workflows/pull-request-open.yml @@ -56,7 +56,7 @@ jobs: - name: Run ansible unit tests run: ansible-test units --coverage shell: bash - working-directory: ${{ gitea.workspace }} + working-directory: /tmp/ansible_collections/ednz_cloud/infomaniak - name: Print coverage informations run: ansible-test coverage report