diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb4bdbf5dbf6afe6b16045f698e588e084ee109d..a10708e5d52aebac90f0540c642e453bb5ba70f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ build_application:
         - docker_itsoft
     script:
         - echo "This application will build here..."
-        - pwd
+       
         - echo "Build application Done!"
 
 lint-testing:
@@ -18,8 +18,7 @@ lint-testing:
         - docker_itsoft
     script:
         - echo "This application will lint-test here..."
-        - pwd
-        - ls -a
+        
         - echo "Lint test Done!"
 
 unit-testing:
@@ -62,6 +61,6 @@ build-image-job:
         - cd $SERVICE
         - docker login docker.io -u $DOCKER_USERNAME -p $DOCKER_PWD
         - docker info
-        - docker build -t docker.io/pathmakantha/$SERVICE:$TAG .
-        - docker push docker.io/pathmakantha/$SERVICE:$TAG      
+        - docker build -t docker.io/pathmakantha/${SERVICE}:$TAG .
+        - docker push docker.io/pathmakantha/${SERVICE}:$TAG      
         - echo "Packaging Done!"