From 8e5bb9f25f841de997a3cf03a3806b75344ecb64 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Wed, 4 Sep 2024 14:32:06 +0200 Subject: [PATCH] CI: show commands for easier debugging --- buildsystem/gitlab/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml index 4e12d0b88..8ac05d62b 100644 --- a/buildsystem/gitlab/.gitlab-ci.yml +++ b/buildsystem/gitlab/.gitlab-ci.yml @@ -12,6 +12,8 @@ variables: WEBSERVER_DIR: "./remoteaccess" default: + before_script: | + set -x interruptible: true image: name: $VLC_ANDROID_IMAGE_40