Update .gitlab-ci.yml file
This commit is contained in:
parent
3132da631e
commit
e189c32658
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ stages:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
tags: ["shell"]
|
||||
tags: ["build"]
|
||||
script: make test
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
@ -15,7 +15,7 @@ test:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
tags: ["shell"]
|
||||
tags: ["build"]
|
||||
script:
|
||||
- mv env.vanilla env
|
||||
- make prod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue