diff --git a/project/pipeline.sh b/project/pipeline.sh index 6950ca0eb8..d464091602 100644 --- a/project/pipeline.sh +++ b/project/pipeline.sh @@ -1,3 +1,3 @@ #!/bin/bash #! Test comment to trigger cicd-1234 -python3 ./pipeline.py +python3 /project/pipeline.py diff --git a/project/tests.sh b/project/tests.sh index a75bc3f392..3f79b9af40 100644 --- a/project/tests.sh +++ b/project/tests.sh @@ -1,2 +1,2 @@ #!/bin/bash -python -m unittest test_pipeline.py +python -m unittest /project/test_pipeline.py