diff --git a/script/gitlabci/print_env.sh b/script/gitlabci/print_env.sh index 21d3db561ea..58ae9934a12 100755 --- a/script/gitlabci/print_env.sh +++ b/script/gitlabci/print_env.sh @@ -11,6 +11,8 @@ if [ -z ${alpaka_DISABLE_EXIT_FAILURE+x} ]; then set -e fi +set -ouvx pipefail + # display output with yellow color echo -e "\033[0;33mSteps to setup containter locally"