adjust base image
This commit is contained in:
parent
01e3dfc6cf
commit
84af8f8e13
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue