From 2363c02627b0a01cc708db005c6a2dfefa737bae Mon Sep 17 00:00:00 2001 From: Kieron Morris <kjm@kieronmorris.me> Date: Sat, 26 Jun 2021 02:59:55 +0100 Subject: [PATCH] Still trying to fix pipelines. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea52c6a8..8e5f340a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ stages: chmod_step: stage: chmod - script: chmod +x ./*.sh + script: ls && chmod +x ./*.sh compile_stub: stage: compile_stub