diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35eb2c465c..2f67e34e02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,17 @@ image: quay.io/loesje/gitlab-ci-fpc-buildimage stages: - - build - - test + - testbuild build: - stage: build + stage: testbuild script: - make all - -test: - stage: test - script: - cd tests - make full TEST_FPC=../compiler/ppcx64 - make digest TEST_FPC=../compiler/ppcx64 > digest.txt artifacts: + name: "TestResults-$CI_COMMMIT_REF_NAME" paths: - tests/digest.txt - - tests/output/x86_64-linux/faillist + - tests/output/x86_64-linux/faillist \ No newline at end of file