* Fixed referenc to relative path

This commit is contained in:
Joost van der Sluis 2021-06-15 23:39:09 +02:00 committed by florian
parent 9a60a27524
commit 60a666f226

View File

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