Adjust gitlab-ci.yml
This commit is contained in:
parent
841875465c
commit
b3c681bd20
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,9 @@ package-deploy:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
tags:
|
||||||
|
- dind
|
||||||
|
- docker
|
||||||
image: quay.io/sheogorath/build-ah-engine:latest
|
image: quay.io/sheogorath/build-ah-engine:latest
|
||||||
variables:
|
variables:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
|
@ -82,6 +85,9 @@ test:
|
||||||
|
|
||||||
test-deploy:
|
test-deploy:
|
||||||
stage: test
|
stage: test
|
||||||
|
tags:
|
||||||
|
- dind
|
||||||
|
- docker
|
||||||
image: quay.io/sheogorath/build-ah-engine:latest
|
image: quay.io/sheogorath/build-ah-engine:latest
|
||||||
variables:
|
variables:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue