diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a743b2a6d858100e76c58b794ce385882cc5f9e7..6798c936a9ec04e109da4bc24b9feb17bd3a0bcc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,6 @@ test:all:
     - sudo lxc exec test-runner -- pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz
     - sudo lxc exec test-runner -- pip3 install /vagrant/build/clmcservice-SNAPSHOT.tar.gz
     - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.scripts
-    - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmcservice.tests  
     - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.inputs
     - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.monitoring
   when: on_success