diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf6815ce9b4549e6b77bc2046e9c33b6b4cdfe4a..6ff26ddb56cc6fb5e3f6310fc7c82abe980cf055 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,7 +123,7 @@ run_system_tests:
     - git pull origin ill-main
   script:
     - cd build
-    - xvfb-run ./systemtest -j4 --output-on-failure --loglevel error -E "SNAPRedux|WorkbenchStartupTest|CrystalFieldPythonInterface|LoadCIFTest|LoadLotsOfFiles"
+    - xvfb-run ./systemtest -j4 --output-on-failure --loglevel error -E "SNAPRedux|WorkbenchStartupTest|CrystalFieldPythonInterface|LoadCIFTest|LoadLotsOfFiles|SimulatedDensityOfStatesEuphonicTest"
 
 deploy_daily:
   stage: deployment