adjust base image

This commit is contained in:
Aine 2022-10-24 21:12:30 +03:00
parent 01e3dfc6cf
commit 84af8f8e13
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -4,13 +4,13 @@ stages:
lint:
stage: test
image: registry.gitlab.com/etke.cc/base
image: registry.gitlab.com/etke.cc/base/build
script:
- make lint
unit:
stage: test
image: registry.gitlab.com/etke.cc/base
image: registry.gitlab.com/etke.cc/base/build
script:
- make test