CI failing with no space left on device

On cloud.drone.io we starting getting this since yesterday.

# google.golang.org/protobuf/internal/impl
compile: writing output: write $WORK/b164/_pkg_.a: no space left on device
# github.com/aws/aws-sdk-go/aws/endpoints
compile: writing output: write $WORK/b522/_pkg_.a: no space left on device
# github.com/mattn/go-sqlite3
sqlite3-binding.c:228449:1: fatal error: error writing to /tmp/ccF82QmE.s: No space left on device
 SQLITE_API const char *sqlite3_sourceid(void){ return SQLITE_SOURCE_ID; }
 ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:54: build-ci] Error 2

Did something change?
Or are we now hitting some existing limit of the agents?

See issue https://github.com/cs3org/reva/issues/942

And drone output https://cloud.drone.io/cs3org/reva/1726/4/4
for an example

This issue has been resolved.