Commit 5eb5ab34 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Type dans .gitlab-ci.yml.

Showing with 8 additions and 6 deletions
+8 -6
......@@ -28,12 +28,6 @@ test:generate:
paths:
- output/
npm:lint:
when: never
npm:test:
when: never
test:tsc:
stage: test-generated
extends: .nodejs
......@@ -42,3 +36,11 @@ test:tsc:
- test:generate
script:
- npm run-script test:compile-generated
npm:lint:
rules:
- when: never
npm:test:
rules:
- when: never
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