diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-12 18:17:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-12 18:17:36 +0300 |
commit | b047a2e4c72da1187a876e841110b965447247c4 (patch) | |
tree | a4dc604452efec2bcb916adb4d81968425ddd0df | |
parent | 62431c64bdae4c056270c116c1c2d3731feb1dd3 (diff) | |
download | mv-b047a2e4c72da1187a876e841110b965447247c4.tar.gz mv-b047a2e4c72da1187a876e841110b965447247c4.tar.bz2 mv-b047a2e4c72da1187a876e841110b965447247c4.tar.xz mv-b047a2e4c72da1187a876e841110b965447247c4.zip |
Fix build stage for some jobs.
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 427bba549..f0f2c972a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ variables: dependencies: [] gcc-6-i386: - stage: prebuild + stage: build script: - ./tools/ci/jobs/gcc6.sh - ./tools/ci/scripts/runtests.sh @@ -57,7 +57,7 @@ gcc-6-i386: - docker gcc-6: - stage: prebuild + stage: build script: - ./tools/ci/jobs/gcc6.sh - ./tools/ci/scripts/runtests.sh @@ -70,7 +70,7 @@ gcc-6: git gdb valgrind netcat-openbsd procps gcc-6_default: - stage: prebuild + stage: build script: - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh |