diff options
author | jak1 <mike.wollmann@gmail.com> | 2021-05-16 19:21:13 +0000 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-05-16 19:21:13 +0000 |
commit | bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d (patch) | |
tree | c454cea96657ec390db1d6e078fdfbceecf1b79a | |
parent | 1935c3f18cd73a4396d3d603d49dfb14602a9a6a (diff) | |
download | appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.tar.gz appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.tar.bz2 appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.tar.xz appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.zip |
added gtmw tag for usage with our own runner
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30fe782..1ffa10b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ x86_64-AppImage: image: ubuntu:trusty stage: build tags: + - gtmw - docker before_script: - apt-get update -qq @@ -33,6 +34,7 @@ i386-AppImage: image: i386/ubuntu:trusty stage: build tags: + - gtmw - docker before_script: - apt-get update -qq @@ -58,6 +60,7 @@ deb_pkg: image: ubuntu:trusty stage: build tags: + - gtmw - docker before_script: - apt-get update -qq |