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: