lint fixes

This commit is contained in:
Aine
2022-08-23 17:56:38 +03:00
parent b8cb8196c2
commit 24686ef501
2 changed files with 8 additions and 3 deletions

View File

@@ -4,14 +4,12 @@ stages:
lint:
stage: test
only: ['main']
image: registry.gitlab.com/etke.cc/base
script:
- make lint
unit:
stage: test
only: ['main']
image: registry.gitlab.com/etke.cc/base
script:
- make test