From 93fee1b6ff01f8c3a33c5e77042102b5e2edc0ee Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Thu, 26 Apr 2018 23:36:13 +0700
Subject: [PATCH] Initial commit

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9706bfb..084535a 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ before_script:
   # - cd ..
 
   - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
-  - http_proxy=${HTTP_PROXY}` https_proxy="" composer global require hirak/prestissimo
+  - http_proxy=${HTTP_PROXY} https_proxy="" composer global require hirak/prestissimo
   # - curl -sS http://getcomposer.org/installer | php
   # - mv composer.phar /usr/local/bin/composer
   # - which composer
-- 
GitLab