Skip to content
Snippets Groups Projects
Commit 80706b16 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

Update .gitlab-ci.yml file

parent 5b285a1b
No related branches found
No related tags found
1 merge request!8052.1
...@@ -43,7 +43,21 @@ test: ...@@ -43,7 +43,21 @@ test:
- master - master
- merge_requests - merge_requests
build-test: build-renovate:
stage: build
before_script:
- apk add git
- apk add bash
script:
- yarn
- yarn build
only:
- merge_requests
artifacts:
paths:
- build/assets
build-test-review:
stage: build stage: build
before_script: before_script:
- apk add git - apk add git
...@@ -60,6 +74,8 @@ build-test: ...@@ -60,6 +74,8 @@ build-test:
- yarn deploy-test - yarn deploy-test
only: only:
- merge_requests - merge_requests
when: manual
build-dev: build-dev:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment