Commit 2c6a9a8d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: typo in .gitlab-ci.yml.

No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -38,11 +38,11 @@ ng-test: ...@@ -38,11 +38,11 @@ ng-test:
- apt-get install -yq --no-install-recommends xvfb firefox-esr xauth - apt-get install -yq --no-install-recommends xvfb firefox-esr xauth
script: xvfb-run npm run test script: xvfb-run npm run test
coverage: '/Lines.*:.*\d+\.\d+%/' coverage: '/Lines.*:.*\d+\.\d+%/'
artifact: artifacts:
name: code-coverage name: code-coverage
expire_in: 1 month expire_in: 1 month
paths: paths:
- coverage - coverage
ng-build: ng-build:
extends: .node extends: .node
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment