diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a04f6c5c9b9f39ddd1341fc9598023d4c280b419..4d4f00f37d3d8664155de716278ce88d0b2bd25e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,8 @@ test_topfarm:  # name the job what we like
   stage:  # build, test, deploy defined by default [2]
     test
   script:
-  - cd tests; py.test --cov-report term-missing:skip-covered --cov=topfarm
+  - cd tests; 
+  - py.test --cov-report term-missing:skip-covered --cov=topfarm
   tags:  # select which runners can do this job [3]
   - CPAV_old_PC