Update .gitlab-ci.yml file
This commit is contained in:
parent
279dcb4189
commit
6375ffa61a
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
stages:
|
||||
- test
|
||||
#- build
|
||||
#- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
tags: ["build"]
|
||||
script: make test
|
||||
artifacts:
|
||||
paths:
|
||||
- env.vanilla
|
||||
expire_in: 1 hour
|
||||
Loading…
Add table
Add a link
Reference in a new issue