diff --git a/.tekton/tasks.yml b/.tekton/tasks.yml index 080697d..413f276 100644 --- a/.tekton/tasks.yml +++ b/.tekton/tasks.yml @@ -48,7 +48,7 @@ spec: steps: - name: pytest image: python:3.9-slim - workingDir: $(workspaces.source.paths) + workingDir: $(workspaces.source.path) script: | #!/bin/bash set -e