From 668574340aaf940daa8afef99b5cfbe774eb8226 Mon Sep 17 00:00:00 2001
From: Jose Raul Barreras <barreras@unl.edu>
Date: Fri, 21 Sep 2018 19:50:53 +0000
Subject: [PATCH] chore: re-enable gitlab-ci jobs

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 048f3f5..dec1da5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,21 +4,21 @@ stages:
   - test
   - security
 
-.Check Makefile:
+Check Makefile:
   stage: verify
   tags:
     - linux, dockerd
   script:
     - docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
 
-.Lint and Validate dockerfiles:
+Lint and Validate dockerfiles:
   stage: verify
   tags:
     - linux, dockerd
   script:
     - make test
 
-.Make All Images:
+Make All Images:
   stage: build
   image: projectatomic/dockerfile-lint
   tags:
@@ -26,14 +26,14 @@ stages:
   script:
     - make 
     
-.test:
+test:
   stage: test
   tags:
     - dockerd
   script: 
     - docker run --rm unl-its/static-code-analysis sonar-scanner -v
 
-Push to Tenable:
+Scan with Tenable:
   stage: security
   tags:
     - linux, dockerd
-- 
GitLab