summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2018-01-25 17:13:07 +0100
committerVarac <varac@leap.se>2018-01-25 17:13:07 +0100
commit56ad9a2596e4aeb00e9d0588cd1ca5f3988c222f (patch)
treec3244f08c375538c7e7a20877839e254b91c9e0d
parent4379595ebf4c49aade611a05aea9d7353da0b8ca (diff)
Use own ruby image for production CI
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 493ae68..4c972a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ stop-review:
- master
production:
- image: debian:stretch
+ image: 0xacab.org:4567/leap/docker/ruby:stretch_amd64
stage: production
environment:
name: production
@@ -74,4 +74,3 @@ production:
- apt-get update
- apt-get install -y --no-install-recommends capistrano
- cap deploy
-