diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2632f9b8ad6fb0dbd94642aa43194e1a9315ec78..619ac56803f9aef8969a0f569b1f2a835afd197c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,7 +97,7 @@ test:
     WEB_ROOT: http://localhost:3000
   before_script:
     - source ./venv/bin/activate
-    - apt update -y && apt upgrade
+    - apt update -y && apt upgrade -y
     - apt install screen
   script:
     - cd ./backend