diff options
-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 |