From 672b8d5526d1f22dc47db08bfdd6ec464ee0d7c6 Mon Sep 17 00:00:00 2001 From: Marcelina Oset Date: Thu, 29 Dec 2022 11:28:10 +0100 Subject: [PATCH] [#39898] .ci: Made scripts executable --- .ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci.yml b/.ci.yml index 974ca95..2178737 100644 --- a/.ci.yml +++ b/.ci.yml @@ -1,12 +1,14 @@ image: debian:bullseye before_script: + - chmod +x scripts/install_dependencies.sh - ./scripts/install_dependencies.sh simple_test: variables: FAKE_DISK: "fake_disk.ext4" FAKE_MOUNTPOINT: "fake_mountpoint" script: + - chmod +x scripts/tests/simple_test.sh - ./scripts/tests/simple_test.sh artifacts: when: always @@ -22,7 +24,8 @@ interactive_plot_test: FAKE_DISK: "fake_disk.ext4" FAKE_MOUNTPOINT: "fake_mountpoint" script: - - ./scripts/tests/interactive_plot_test.sh + - chmod +x scripts/tests/interactive_plot_test.sh + - ./scripts/tests/interactive_plot_test.sh artifacts: when: always paths: