aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-01-21 02:22:33 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-01-21 02:22:33 +0000
commitc3e75f205f076f7a87e10942c24b4272cca833cd (patch)
treef518a3f279034ba52387d301a0613d568874eeb4
parent429b55227e0c9b5fba05c89e02ed39953ba4589b (diff)
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3bff371..e4176f75 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