aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/docker/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/docker/test.sh')
-rwxr-xr-x.ci/docker/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/docker/test.sh b/.ci/docker/test.sh
index 464ec3d..0ff9a35 100755
--- a/.ci/docker/test.sh
+++ b/.ci/docker/test.sh
@@ -116,7 +116,7 @@ verify() {
echo Checking the pulled repository
echo ----------------------------------------------------------------------
- pushd -- "$script_dir/client/var/output/test_repo" > /dev/null
+ pushd -- "$script_dir/client/output/test_repo" > /dev/null
git log --oneline
popd > /dev/null
}