fixed .gitlab-ci.yml using the current tag of the build image

This commit is contained in:
Marcel M. Otte 2016-06-23 07:36:35 +02:00
parent 7caebca2c9
commit 127a05c940
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ stages:
- build - build
build: build:
image: archlinux_gcc53_qt5_cmake image: archlinux_gcc_qt5
stage: build stage: build
script: script:
- mkdir -p build - mkdir -p build