From 53043bb34674a7d045652c784ffb32b3d6988007 Mon Sep 17 00:00:00 2001
From: Bethea Davida <betheazia17@gmail.com>
Date: Tue, 24 Apr 2018 12:13:08 +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 87d9730..d3d644f 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
-  - mysql -u root -p ppl2018 -D test_ppl -e "DROP DATABASE IF EXISTS test_ppl"
\ No newline at end of file
+  - echo "yes" | mysqladmin -uroot -pppl2018 drop if exists test_ppl
\ No newline at end of file
-- 
GitLab