tf-a-eclair-daily: Add ~/.local/bin to PATH

To allow access to executables installed via pip, etc.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I29287c59faedbac0e3b8c230d9af52c68f6b236b
diff --git a/tf-a-eclair-daily.yaml b/tf-a-eclair-daily.yaml
index 6cfd69e..4d557f0 100644
--- a/tf-a-eclair-daily.yaml
+++ b/tf-a-eclair-daily.yaml
@@ -103,6 +103,7 @@
     - shell: |
         #!/bin/bash
         set -ex
+        export PATH=~/.local/bin:$PATH
         pwd
         git clone https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git
         git clone https://git.trustedfirmware.org/ci/tf-ci-scripts.git