Commit 67bf0c99 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige l'URL du dépôt dans le test avec NPM && NodeJS.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -44,7 +44,7 @@ npm-test: ...@@ -44,7 +44,7 @@ npm-test:
stage: test stage: test
image: node:12 image: node:12
before_script: before_script:
- npm install --global 'git+${CI_REPOSITORY_URL}#${CI_COMMIT_REF_NAME}' - npm install --global "git+${CI_REPOSITORY_URL}#${CI_COMMIT_REF_NAME}"
script: script:
- prezbuilder build src public - prezbuilder build src public
......
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