nested-lookup/.gitlab-ci.yml

13 lines
No EOL
164 B
YAML

stages:
- test
#- build
#- deploy
test:
stage: test
tags: ["build"]
script: make test
artifacts:
paths:
- env.vanilla
expire_in: 1 hour