diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-03 20:14:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-03 20:14:32 +0300 |
commit | 14a46f89248f4c50e7e0b55998711ed0ceb95492 (patch) | |
tree | 8a26d949e1af170cb225dfd7b5b9b32e2df1f193 /.gitlab-ci.yml | |
parent | 23b750e61981083f17925cb6d0a47d9f622ae9b6 (diff) | |
download | plus-14a46f89248f4c50e7e0b55998711ed0ceb95492.tar.gz plus-14a46f89248f4c50e7e0b55998711ed0ceb95492.tar.bz2 plus-14a46f89248f4c50e7e0b55998711ed0ceb95492.tar.xz plus-14a46f89248f4c50e7e0b55998711ed0ceb95492.zip |
Fix job gcc-6_all_and_unittestsbin stage in .gitlab-ci.yml
Diffstat (limited to '.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 8ba3a60c3..57e88f6c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1358,7 +1358,7 @@ clang-3.8_i386: - docker gcc-6_all_and_unittestsbin: - stage: prebuild + stage: build script: - ./tools/ci/jobs/gcc6_silent.sh --enable-unittestsbin <<: *job-shared |