summaryrefslogtreecommitdiffstats
path: root/ci/report/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/report/build.sh')
-rwxr-xr-xci/report/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/report/build.sh b/ci/report/build.sh
index aca5531b..69872670 100755
--- a/ci/report/build.sh
+++ b/ci/report/build.sh
@@ -5,6 +5,7 @@
set -e
python3 -m venv ~/env-builder
+# shellcheck disable=SC1090
source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html