Browse Source

* Fixed referenc to relative path

Joost van der Sluis 4 years ago
parent
commit
60a666f226
1 changed files with 2 additions and 2 deletions
  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: