diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64eb9503352270d5a1db6720d4eee805bc83b04d..6d8c737df7a9931c269879629308d4f57960bae9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -212,14 +212,14 @@ test_RAServices:
     - PACKAGE=RAServices
     - echo "Testing $PACKAGE..."
     - cd build/gnucxx11_opt
-    - ctest -V -O ../../ctest.log
+    - ctest
   dependencies:
     - build_RAServices
   artifacts:
     name: test-report
     when: always
     paths:
-      - ctest.log
+      - build/gnucxx11_opt/Testing/Temporary/LastTest.log
 
 # test_CEP:
 #   stage: test