From 127a05c940fdb1c3dbfdfabccad6c878ef2584c4 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Thu, 23 Jun 2016 07:36:35 +0200 Subject: [PATCH] fixed .gitlab-ci.yml using the current tag of the build image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67cc8ac..e103a9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build build: - image: archlinux_gcc53_qt5_cmake + image: archlinux_gcc_qt5 stage: build script: - mkdir -p build