2
0
Эх сурвалжийг харах

* Fixed referenc to relative path

Joost van der Sluis 4 жил өмнө
parent
commit
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: