Browse Source

fixed gitlab yaml file for eslint runner

tags/v0.5
Big Bad Waffle 4 years ago
parent
commit
83aac4af68
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .gitlab-ci.yml

+ 2
- 2
.gitlab-ci.yml View File

@@ -27,7 +27,7 @@ lint-server:
lint-client:
stage: test
script:
- npm install eslint eslint-plugin-prettier prettier babel-eslint
- npm install eslint eslint-plugin-prettier prettier babel-eslint eslint-plugin-requirejs
- cd src/client
- ../../node_modules/.bin/eslint .
only:
@@ -67,4 +67,4 @@ build-image-stable:
- docker push $IMAGE_TAG_REF
- docker push $IMAGE_TAG_ALIAS
only:
- tags
- tags

Loading…
Cancel
Save