From 0edb7797e3bc2766ebc5d17f1c789008a828dead Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dkalinkin@bnl.gov>
Date: Fri, 13 Sep 2024 17:26:01 +0000
Subject: [PATCH] are we running on NFS?

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 868ad697..13aec601 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,4 +73,5 @@ common:setup:
   before_script:
   script:
     - |
-      rm -rfv /scratch/*
\ No newline at end of file
+      df -h
+      mount
\ No newline at end of file
-- 
GitLab