diff --git a/.gitlab/ci/integrationtest.yml b/.gitlab/ci/integrationtest.yml
index 83fd7e8df6e223b89f06e306a9e806250819f9a4..a07a2430098978c98c57b2b1b5b5936c22a8d11d 100644
--- a/.gitlab/ci/integrationtest.yml
+++ b/.gitlab/ci/integrationtest.yml
@@ -1,4 +1,7 @@
 integrationtest:
+  services:
+    - name: selenium/standalone-firefox:99.0
+      alias: selenium_standalone_firefox
   stage: integrationtest
   image: 
     name: ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_FPM_IMAGE_TAG
@@ -6,6 +9,7 @@ integrationtest:
   variables:
     BRANCH_NAME: $CI_COMMIT_REF_NAME
     COMMIT_NAME: $CI_COMMIT_REF_SLUG
+    SELENIUM_HOST: selenium_standalone_firefox
   dependencies: [] # No artifacts required
   before_script:
     - export COMPOSER_HOME=$(pwd)/metager/.composer