From bcf0e83526d6899a42ee81900e253aeeef2396d8 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 14:43:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18fc138..96d810b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ build-job: # This job runs in the build stage, which runs first. - echo "execute make" - make - echo "Compile complete." + - ls -la + - echo "build files listed." unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully.