diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2cdff081..e0f139cb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,3 +24,5 @@ pipelines: - echo "grant all privileges on piler.* to piler@localhost identified by 'verystrongpassword'" | mysql -u root - echo "flush privileges" | mysql -u root - mysql -u piler -pverystrongpassword piler < /usr/share/piler/db-mysql.sql + - cd unit_tests + - ./run.sh