From f69d9e1bbcfe9ad0ae6088f0bc35db6e13a69b9f Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sat, 26 Jun 2021 03:01:11 +0100 Subject: [PATCH] Checking compile_stub exists in second job... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e5f340a..550165cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ chmod_step: compile_stub: stage: compile_stub - script: ./compile_stub.sh + script: ls && ./compile_stub.sh vergen: stage: vergen