diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a71be2c187e795cd5a499fcd91b0e6f3f3f7c53c..2eb7da69dbeb8bdeaa1fbab8fc7e4053480a716f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,10 +54,10 @@ test:all:
     - sudo cp build/clmcservice-SNAPSHOT.tar.gz /var/lib/lxc/test-runner/rootfs/vagrant/build
     - sudo lxc-attach -n test-runner -- pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz
     - sudo lxc-attach -n test-runner -- pip3 install /vagrant/build/clmcservice-SNAPSHOT.tar.gz
-    - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.scripts
-    - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmcservice.tests  
-    - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.inputs
-    - sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.monitoring
+    - sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.scripts
+    - sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmcservice.tests  
+    - sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.inputs
+    - sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.monitoring
   when: on_success      
   
 clean: