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:
|
||||
stage: test
|
||||
tags:
|
||||
- dind
|
||||
- docker
|
||||
image: quay.io/sheogorath/build-ah-engine:latest
|
||||
variables:
|
||||
LANG: C.UTF-8
|
||||
|
@ -82,6 +85,9 @@ test:
|
|||
|
||||
test-deploy:
|
||||
stage: test
|
||||
tags:
|
||||
- dind
|
||||
- docker
|
||||
image: quay.io/sheogorath/build-ah-engine:latest
|
||||
variables:
|
||||
LANG: C.UTF-8
|
||||
|
|
Loading…
Add table
Reference in a new issue