also fixed tag name 3nd

This commit is contained in:
Marcel M. Otte 2016-06-02 18:03:23 +02:00
parent aea0ebba87
commit a5ac7be0e9
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ stages:
- build
build-c:
image: archlinux_gcc5.3_qt5
image: archlinux_gcc_qt5
stage: build
script:
- cd c; make
@ -14,7 +14,7 @@ build-c:
build-cpp:
image: archlinux_gcc5.3_qt5
stage: build
script:
script:
- cd cpp; mkdir build; cd build
- cmake ..
- make