diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b747f5deade9f31c905acf9f97a271b3d092ad5..2130f26d6be5ccf8185aebd9f03003645cb9c2f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ stages:
 
 PythonBuild:
   stage: build
+  artifacts:
+    untracked: true
   script:
     - apt-get update && apt-get install python3 -y
     - python3 helloworld.py
\ No newline at end of file