diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f589ed4ba1c70692ffb99ca5edaa2572e94c4199..235526bc83d29d5e58534491ce37cf558c048986 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,4 +49,4 @@ test: # DATABASE_URL: "jdbc:mysql://localhost:3306/ppl" script: - python manage.py test - - mysqladmin -uroot -pppl2018 -f drop test_ppl \ No newline at end of file + - mysql -u root -p sarprassumiatun -D test_ppl -e "DROP DATABASE IF EXISTS test_ppl" \ No newline at end of file