diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71d5dce7314fe930750c77be941b582ef6668b41..edf008d2793b818a3a8f442f12201fdeb3f07e48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,6 +107,8 @@ setup-test-env:
   <<: *dedicated-runner
   stage: prepare
   script:
+    - node --version
+    - yarn --version
     - yarn install
     - bundle exec rake gitlab:assets:compile
     - bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'