From 3b7ab8bd4edc8a26bee6357148869c631d45e130 Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Thu, 11 May 2017 23:44:18 -0300
Subject: [PATCH] =?UTF-8?q?Add=20valgrind=20na=20instala=C3=A7=C3=A3o=20do?=
 =?UTF-8?q?s=20testes?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da26465..7a6cb8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 before_script:
     - apt-get update
-    - apt-get -y install build-essential make autoconf gcc
+    - apt-get -y install build-essential make autoconf gcc valgrind
     - make
 
 test:
-- 
GitLab