From 4352aa5d1f8de6eb6de997519d54c688055d3af6 Mon Sep 17 00:00:00 2001 From: Bethea Davida <betheazia17@gmail.com> Date: Tue, 24 Apr 2018 12:10:22 +0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f589ed4..235526b 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 -- GitLab