Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2022-06-07 12:12:23 +00:00
parent 3132da631e
commit e189c32658

View file

@ -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