diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a803c69506dd25ff0a4d30ab124d7e92dd291826..2b109ccf4adef77995ba5ce2b8b818ef2c20da37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,8 +33,8 @@ build:
   script:
     - idf.py -g c23 build
   artifacts:
-    expose_as: 'C23 Build'
-    paths: ['build/flow3r.elf', 'build/flow3r.bin']
+    expose_as: 'firmware'
+    paths: ['build/flow3r.bin']
     expire_in: 5 hours
 
 build_recovery:
@@ -52,7 +52,7 @@ simulate:
   script:
     - python3 sim/run.py --screenshot
   artifacts:
-    expose_as: 'Smulator Screenshot'
+    expose_as: 'Simulator Screenshot'
     paths: ['flow3r.png']
     expire_in: 5 hours