diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d0d5774ccf8d3d11f7d32fec794d0c33e000fa8..c2be97aecd94e704e0e23a9430475e91c3e5e728 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,4 +77,5 @@ common:setup:
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df
- tail /tmp/df
\ No newline at end of file
+ tail -n 1000 /tmp/df
+ rm -rf /scratch/*
\ No newline at end of file