diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 048f3f5d6c647a8a7022ded8003819e95f0ee6b8..dec1da522875848a1b0de96d20b1d59dd8a7453f 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