Adjust gitlab-ci.yml

This commit is contained in:
saibotk 2020-08-13 05:52:29 +02:00
parent 841875465c
commit b3c681bd20
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -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