aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7eb815..c3bff37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,10 @@ before_script:
- qmake --version
- ./scripts/configure_ubuntu.sh
-build ubuntu x86_64:
+build linux x86_64:
stage: build
tags:
- - ubuntu
+ - linux
- x86_64
script:
- qmake
@@ -18,7 +18,7 @@ build ubuntu x86_64:
deploy:
stage: deploy
tags:
- - ubuntu
+ - linux
- x86_64
script:
- mkdir artifact