diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8e54c508725058fdb6f7c9d5e41d2a016a84cc0..79367cd8291cbf4389b025151f1cf9d8261c9c4a 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 services:
   - postgres:10.1
   - httpd:latest
+  - selenium/standalone-firefox
 
 variables:
   POSTGRES_DB: "MaarchCourrier"
@@ -35,8 +36,6 @@ before_script:
 job_e2e:
  image: php:7.4-apache
  stage: test
- services:
-    - selenium/standalone-firefox
  script:
    - service apache2 start
   #  - mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}