fixed .gitlab-ci.yml using the current tag of the build image
This commit is contained in:
parent
7caebca2c9
commit
127a05c940
|
@ -2,7 +2,7 @@ stages:
|
|||
- build
|
||||
|
||||
build:
|
||||
image: archlinux_gcc53_qt5_cmake
|
||||
image: archlinux_gcc_qt5
|
||||
stage: build
|
||||
script:
|
||||
- mkdir -p build
|
||||
|
|
Reference in New Issue