diff --git a/config/rootfs/debos/scripts/debian-igt.sh b/config/rootfs/debos/scripts/debian-igt.sh
index b28d413623..0788632c8e 100755
--- a/config/rootfs/debos/scripts/debian-igt.sh
+++ b/config/rootfs/debos/scripts/debian-igt.sh
@@ -61,11 +61,13 @@ ninja -C build install
 ########################################################################
 
 IGT_URL=https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
+IGT_VERSION=e7e14eff66bc42329903ee579f019094cf1fdfce
 
 mkdir -p /tmp/tests/igt-gpu-tools && cd /tmp/tests/igt-gpu-tools
 git clone --depth=1 $IGT_URL .
+git checkout "$IGT_VERSION"
 
-echo '    {"name": "igt-gpu-tools", "git_url": "'$IGT_URL'", "git_commit": ' \"`git rev-parse HEAD`\" '}' >> $BUILDFILE
+echo '    {"name": "igt-gpu-tools", "git_url": "'$IGT_URL'", "git_commit": "'$IGT_VERSION'"}' >> $BUILDFILE
 
 mkdir build
 meson -Dprefix=/usr/ build