diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-24 04:08:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-24 04:08:15 +0300 |
commit | 6955e90c590f9107fef40595d9834cc25c02c67b (patch) | |
tree | 8900f44668fbd2cb093018080b47699365ecb413 | |
parent | ffb8c44826c05d855c720d2c5fbf7e5e688dfc00 (diff) | |
download | plus-6955e90c590f9107fef40595d9834cc25c02c67b.tar.gz plus-6955e90c590f9107fef40595d9834cc25c02c67b.tar.bz2 plus-6955e90c590f9107fef40595d9834cc25c02c67b.tar.xz plus-6955e90c590f9107fef40595d9834cc25c02c67b.zip |
Fix typo in .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a44bb6902..b31d5f0fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -688,7 +688,7 @@ gcc-6_tinyxml2_tests: gcc-6_tinyxml2_tests_i386: stage: build script: - - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml + - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=tinyxml2 image: vicamo/debian:sid-i386 <<: *job-shared variables: |