diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e67e91163..d5e76732be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ before_script: - wget https://sourceforge.net/projects/freepascal/files/Linux/3.2.2/fpc-3.2.2.x86_64-linux.tar - tar xf fpc-3.2.2.x86_64-linux.tar - cd fpc-3.2.2.x86_64-linux - - yes $'\n' | head | ./install.sh | true + - ./install.sh << (yes $'\n' | head) stages: # List of stages for jobs, and their order of execution - build