Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2022-07-23 11:02:57 +00:00
parent 279dcb4189
commit 6375ffa61a

13
.gitlab-ci.yml Normal file
View 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