diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh index baf3fc330d6..1619a303ec7 100755 --- a/.gitlab-ci/common/init-stage2.sh +++ b/.gitlab-ci/common/init-stage2.sh @@ -91,7 +91,7 @@ if [ -n "$HWCI_START_XORG" ]; then export DISPLAY=:0 fi -sh "$HWCI_TEST_SCRIPT" && RESULT=pass || RESULT=fail +sh -c "$HWCI_TEST_SCRIPT" && RESULT=pass || RESULT=fail # Let's make sure the results are always stored in current working directory mv -f ${CI_PROJECT_DIR}/results ./ 2>/dev/null || true diff --git a/.gitlab-ci/gtest-runner.sh b/.gitlab-ci/gtest-runner.sh old mode 100644 new mode 100755