diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c66233301ab6928da76d72abf139499872ab17b8..363c399aaa1f26c80f1dbb7053d723b3906551d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ gui linting:
   image: node
   script:
     - cd gui
-    - yarn
+    - yarn --network-timeout 1200000
     - yarn run lint
   except:
     refs:
@@ -107,7 +107,7 @@ gui tests:
   image: node
   script:
     - cd gui
-    - yarn
+    - yarn --network-timeout 1200000
     - yarn run test
   except:
     refs: