summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ffa10b..d79a84c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@ x86_64-AppImage:
stage: build
tags:
- gtmw
- - docker
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
@@ -35,7 +34,6 @@ i386-AppImage:
stage: build
tags:
- gtmw
- - docker
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
@@ -61,7 +59,6 @@ deb_pkg:
stage: build
tags:
- gtmw
- - docker
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
@@ -90,6 +87,8 @@ deb_pkg:
deploy-appImages:
stage: deploy
image: alpine
+ tags:
+ - gtmw
before_script:
- apk add openssh-client zip
- eval $(ssh-agent -s)