From 7179a2d33e7601c3842be3453bd373a989d06443 Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Sun, 14 May 2017 11:32:25 -0300
Subject: [PATCH] Fix typo em .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 ccba99b..dffaf75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ test:
         - cd tests
         - gnuplot "tempos.plot"
         - gnuplot "medias.plot"
-        - gnuplo "piores.plot"
+        - gnuplot "piores.plot"
     artifacts:
         paths:
             - tests/tabuleiros.txt
-- 
GitLab