summaryrefslogtreecommitdiff
path: root/.gitlab/ci/run-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/run-docker.sh')
-rwxr-xr-x.gitlab/ci/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/run-docker.sh b/.gitlab/ci/run-docker.sh
index 02d265a49..b2e79a1b7 100755
--- a/.gitlab/ci/run-docker.sh
+++ b/.gitlab/ci/run-docker.sh
@@ -7,5 +7,5 @@ TAG="registry.gitlab.gnome.org/gnome/gdk-pixbuf/master:v1"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .
sudo docker run --rm --security-opt label=disable \
- --volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
+ --volume "$(pwd)/../..:/home/user/app" --workdir "/home/user/app" \
--tty --interactive "${TAG}" bash