diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 4cf453d5b..508148f54 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -145,7 +145,7 @@ jobs: # Run integration tests against the 1.7 generic install bundle definition # Using destructive mode because of https://github.com/canonical/charmcraft/issues/1132 # and https://github.com/canonical/charmcraft/issues/1138 - sg snap_microk8s -c "tox -e bundle-integration -- --model kubeflow --bundle=./test/integration/bundles/kfp_latest_edge.yaml.j2 --destructive-mode" + sg snap_microk8s -c "tox -e bundle-integration -- --model kubeflow --bundle=./tests/integration/bundles/kfp_latest_edge.yaml.j2 --destructive-mode" - name: Get all run: kubectl get all -A