Skip to content
Snippets Groups Projects
Commit 47252609 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

fix yaml syntax error

parent e201143d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ stages:
# make migrations on and seed the db
install-dependencies:
stage: install
before_script: npm i -g npm
before_script:
- npm i -g npm
script:
- npm ci
artifacts:
......
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