From c3e75f205f076f7a87e10942c24b4272cca833cd Mon Sep 17 00:00:00 2001 From: oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> Date: Mon, 21 Jan 2019 02:22:33 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3bff37..e4176f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ before_script: build linux x86_64: stage: build tags: + - docker - linux - - x86_64 script: - qmake - make -j4 @@ -18,8 +18,8 @@ build linux x86_64: deploy: stage: deploy tags: + - docker - linux - - x86_64 script: - mkdir artifact - cd artifact