diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 477a0c607f54b36461d9993e5b28842b5cd51379..fcd1700f970c77247e96e741f0de5d7dc6488f75 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,4 +24,5 @@ pipelines: - cd ../build - pip install . - cd solventmapcreator/test/ - - python solvationmapcreatortests.py \ No newline at end of file + - chmod u+x solvationmapcreatortests.py + - ./solvationmapcreatortests.py \ No newline at end of file