From 9d01729c4b29bc3c215b1c54d522f9008372a64b Mon Sep 17 00:00:00 2001 From: James Date: Fri, 4 Mar 2022 18:21:28 +0000 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fb7c36..7499569 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "Compile complete." artifacts: paths: - build/src/JAMCS + - build/src/JAMCS # unit-test-job: # This job runs in the test stage. # stage: test # It only starts when the job in the build stage completes successfully.