From 932b3e548da527fc4d7b40d033d94e25f1d580ad Mon Sep 17 00:00:00 2001
From: Bo-Chun Chen <louistw@uab.edu>
Date: Wed, 7 Feb 2024 09:11:22 -0600
Subject: [PATCH] list file not exist

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80e0cb8..91b74ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ build-job:       # This job runs in the build stage, which runs first.
     - build
   script:
     - echo "Test with command substitution"
-    - FILES=$(ls)
+    - FILES=$(ls file_not_exist.txt)
     - echo $FILES
     - echo "Compiling the code..."
     - echo "Compile complete."
-- 
GitLab