enable tests and coverage in blog branch

This commit is contained in:
HoneyryderChuck 2021-08-27 12:34:20 +01:00
parent 84f5c04412
commit d4a05a281f

View File

@ -20,8 +20,6 @@ variables:
stage: test
services:
- docker:dind
except:
- blog
artifacts:
paths:
- coverage/
@ -115,8 +113,6 @@ coverage:
stage: prepare
variables:
BUNDLE_WITHOUT: test:website:assorted
except:
- blog
image: "ruby:3.0-alpine"
script: