summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b2622ac7e0f..7d0c976d816 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -327,7 +327,7 @@ lint:javascript:
paths:
- node_modules/
stage: test
- image: "node:7.1"
+ before_script: []
script:
- yarn run eslint
@@ -337,7 +337,7 @@ lint:javascript:report:
paths:
- node_modules/
stage: post-test
- image: "node:7.1"
+ before_script: []
script:
- find app/ spec/ -name '*.js' -or -name '*.js.es6' -exec sed --in-place 's|/\* eslint-disable .*\*/||' {} \; # run report over all files
- yarn run eslint-report || true # ignore exit code