diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90d12ed4c8a..e5fd1c89c22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -550,7 +550,7 @@ gitlab:assets:compile: <<: *pull-cache stage: test variables: - BABEL_ENV: "coverage" + # BABEL_ENV: "coverage" CHROME_LOG_FILE: "chrome_debug.log" script: - scripts/gitaly-test-spawn |