diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c89ebdc6165528d05db96f6cef50342aec3c4b06..431352e5daedc49f27b5dd2083bfb42383ce973c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ update-transifex:
     - echo $'[https://www.transifex.com]\nrest_hostname = '"$TRANSIFEX_REST_HOSTNAME"$'\nusername = '"$TRANSIFEX_USER"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc
     - tx pull -a -f
     - ../dev-tools/locale-scripts/fusiondirectory-update-locale -g
-    - tx push -s -t --skip --no-interactive
+    - tx push -s -t --skip
 
 build-tarballs:
   stage: tarballs