Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5b380374 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[dev] update .gitlab-ci to use rake commands

parent 2272cd2b
No related branches found
No related tags found
No related merge requests found
Pipeline #50016 failed
...@@ -11,9 +11,9 @@ validate-data: ...@@ -11,9 +11,9 @@ validate-data:
script: script:
- apt-get update && apt-get -y install ruby rake ruby-hashdiff - apt-get update && apt-get -y install ruby rake ruby-hashdiff
- gem install hash_validator - gem install hash_validator
- cd generators/input-validators/ - rake valid:schema
- ruby yaml-input-schema-validator.rb - rake valid:duplicates
- ruby yaml-input-find-duplicates.rb - rake valid:homogeneity
generate-reference-api: generate-reference-api:
stage: generate stage: generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment