浏览代码

* 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: