Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2022-07-23 11:03:51 +00:00
parent 6375ffa61a
commit 9fafd437db

View file

@ -7,7 +7,3 @@ test:
stage: test stage: test
tags: ["build"] tags: ["build"]
script: make test script: make test
artifacts:
paths:
- env.vanilla
expire_in: 1 hour