From 612f856f417434d8c5b7f159b345a31dfa90871a Mon Sep 17 00:00:00 2001
From: Jose Raul Barreras <barreras@unl.edu>
Date: Wed, 12 Sep 2018 22:10:50 +0000
Subject: [PATCH] fix: typo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bcd09db..051d0d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,4 +30,4 @@ test:
   tags:
     - dockerd
   script: 
-    - docker run -rm unl-its/static-code-analysis sonar-scanner -v
+    - docker run --rm unl-its/static-code-analysis sonar-scanner -v
-- 
GitLab