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

minor fix

parent 2ff4bc06
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ variables:
test build:
stage: test-build
image: node:10
image: node:14
script:
- npm install
- npm run build
......@@ -19,10 +19,6 @@ test build:
- master
- 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-]+)*))?$
artifacts:
paths:
- dist
expire_in: 1 week
build testing docker image:
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