diff options
-rw-r--r-- | ci/prepare_env.py | 2 | ||||
-rw-r--r-- | ci/run_tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/prepare_env.py b/ci/prepare_env.py index a861fed8..1a3d495c 100644 --- a/ci/prepare_env.py +++ b/ci/prepare_env.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env python # # Author: Jose Lausuch (jose.lausuch@ericsson.com) # diff --git a/ci/run_tests.py b/ci/run_tests.py index 9a4ce967..f30e7b96 100644 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env python # # Author: Jose Lausuch (jose.lausuch@ericsson.com) # |