diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7f843168e..e5955a409 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -20,4 +20,4 @@ pipelines: - qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings - make -j$(nproc) - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/atlassian/bitbucketci/agent/build/build/src/libs/vpropertyexplorer/bin:/opt/atlassian/bitbucketci/agent/build/build/src/libs/qmuparser/bin" - - make check \ No newline at end of file + - DISPLAY=:99.0 make check \ No newline at end of file