소스 검색

* Fixed referenc to relative path

Joost van der Sluis 4 년 전
부모
커밋
60a666f226
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -8,8 +8,8 @@ build:
   script:
     - make all
     - cd tests
-    - make full TEST_FPC=../compiler/ppcx64
-    - make digest TEST_FPC=../compiler/ppcx64 > digest.txt
+    - make full TEST_FPC=$(pwd)/../compiler/ppcx64
+    - make digest TEST_FPC=$(pwd)/../compiler/ppcx64 > digest.txt
   artifacts:
     name: "TestResults-$CI_COMMMIT_REF_NAME"
     paths: