diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aef4ef4644c7dce45177e5acff83596febe0c5e9..bdc588125dd83b49f1786e9386ba9867c1317e82 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ services:
   - mysql:5.7
 
 variables:
-  # HTTP_PROXY: "http://girvandip:91538874@cache.itb.ac.id:8080"
+  HTTP_PROXY: "http://girvandip:91538874@cache.itb.ac.id:8080"
   MYSQL_DATABASE: lkqueue
   MYSQL_ROOT_PASSWORD: mysql_password
 
diff --git a/importersql.php b/importersql.php
index 7ce418ba5afd3b9e9a612e15627d2e609e34e067..6bca7b10657ba53f8d7b0b3cb4c6ceda92175e66 100755
--- a/importersql.php
+++ b/importersql.php
@@ -39,4 +39,4 @@ if (substr(trim($line), -1, 1) == ';')
 }
 }
  echo "Tables imported successfully";
-?>
\ No newline at end of file
+?>