diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75daae48ad2e01ff61c3313cf3f10a410e171118..d2f6391fcc9ebbcaf284ffd4074c5058a1e0c0f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,11 +157,11 @@ pushback:
     - job: pages
       artifacts: true
   script:
-    -  zip -r updated-artifacts2.zip public
+    -  zip -r updated-artifact.zip public
   artifacts:
-    name: "updated-artifacts"
+    name: "updated-artifact"
     paths:
-      - updated-artifacts2.zip
+      - updated-artifact.zip
 
 
 # removes the environments that are no longer needed.