diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0f064ab..bda32e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: load: true - name: Tests run: | - docker run -v $(pwd)/tests:/mnt/tests \ + docker run -v $(PWD)/tests:/mnt/tests \ --network=host \ -e PGHOST=localhost \ ${{ env.TAGS }}:latest \