Skip to content
Snippets Groups Projects
Commit 2ff4bc06 authored by Florent Lavelle's avatar Florent Lavelle
Browse files

Update .gitlab-ci.yml file

parent 527d70e3
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ variables: ...@@ -11,6 +11,7 @@ variables:
test build: test build:
stage: test-build stage: test-build
image: node:10
script: script:
- npm install - npm install
- npm run build - npm run build
...@@ -18,6 +19,10 @@ test build: ...@@ -18,6 +19,10 @@ test build:
- master - master
- develop - develop
- ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$ - ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
artifacts:
paths:
- dist
expire_in: 1 week
build testing docker image: build testing docker image:
stage: build stage: build
......
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