diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-05-13 21:55:49 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-05-13 21:55:49 +0200 |
commit | 72fa906cb26ad1f24f8a05484cb151685028e350 (patch) | |
tree | f9577116319123b17add10fd36696dd462ea2f46 /.gitlab-ci.yml | |
parent | a8a01aab7144549c573fbd4ea655e56bcce923d0 (diff) |
[ci] fix image path
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f62881b..8f73dae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build_test: expire_in: 1 month branded_push: - image: 0xacab.org:4567/leap/docker/bitmask-vpn:latest + image: 0xacab.org:4567/leap/docker/bitmask-systray:latest stage: build script: # install the command-line openssh client to manage private keys |