diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 218d52f526d0236ff369ec958d15060c4359981a..2eedb41d5372badf63afdd9fa85acb0e68b37aa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,6 @@ common:setup: - | df -h mount - find `realpath /scratch` -mindepth 2 -maxdepth 2 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df + find `realpath /scratch` -mindepth 3 -maxdepth 3 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df head /tmp/df tail /tmp/df \ No newline at end of file