summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ef7dc361..9230e9e9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,14 @@ gcc-5_h_all_i386:
tags:
- docker
+gcc-5:
+ stage: prebuild
+ script:
+ - ./tools/ci/jobs/gcc5.sh
+ image: debian:unstable
+ tags:
+ - docker
+
pngcheck:
stage: prebuild
script:
@@ -268,14 +276,6 @@ cmake_gcc-4.9:
tags:
- docker
-gcc-5:
- stage: build
- script:
- - ./tools/ci/jobs/gcc5.sh
- image: debian:unstable
- tags:
- - docker
-
gcc-5_c++11:
stage: build
script: