diff --git a/apps/agent/deployment/ci-cd/Dockerfile b/apps/agent/deployment/ci-cd/Dockerfile
index 4a3aca95adcc6a51b2226cccbaccc61a87e49dc7..5ac65ce54d89eab2f0a6de6ea8f37b4a06377ec5 100644
--- a/apps/agent/deployment/ci-cd/Dockerfile
+++ b/apps/agent/deployment/ci-cd/Dockerfile
@@ -7,7 +7,7 @@ ARG JOB_ID
 # Instal required software
 RUN apt update -y && apt install python3 git make build-essential wget unzip -y
 
-# Set the working directory
+# Set the working directory.
 WORKDIR app
 
 # Set the ENV variables