diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75a473972a05858b7b7cf91fd879d944bb080e39..b316010fa41fed3c130a54d39e9e56da28bb58fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ buildStatic:
     - ls -l .
   artifacts:
     paths:
-      - sgcocaller
+      - ./sgcocaller
 
 testUbuntu:
   tags:
@@ -27,7 +27,7 @@ testUbuntu:
   image: ubuntu
   stage: testStatic
   script:
-    - sgcocaller -h
+    - ./sgcocaller -h
 
 testDebian:
   tags:
@@ -35,12 +35,12 @@ testDebian:
   image: debian
   stage: testStatic
   script:
-    - sgcocaller -h
+    - ./sgcocaller -h
 
 testRedHat:
   stage: testStatic
   script:
-    - sgcocaller -h
+    - ./sgcocaller -h
 
 
 ## shell executer    
@@ -55,7 +55,7 @@ testAlpine:
   image: alpine
   stage: testStatic
   script:
-  - sgcocaller -h
+  - ./sgcocaller -h