diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b75dd5bc8c65024ba063567747a8b083821d98..868ad697686a47b511cecd0243554298a3f5b193 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,19 +66,11 @@ stages: fi -benchmarks:detector:pending: - stage: status-pending - extends: .status - variables: - STATE: "pending" - DESCRIPTION: "Started..." - when: always + common:setup: stage: config before_script: script: - | - ls -la /scratch/ - df -h /scratch/ - du -hs /scratch/* \ No newline at end of file + rm -rfv /scratch/* \ No newline at end of file