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