diff options
author | Steve Kemp <steve@steve.org.uk> | 2017-03-17 14:07:10 +0200 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2017-03-17 14:07:10 +0200 |
commit | 5e8d5b2df520b0162450e9936c94e8195563b7c7 (patch) | |
tree | 36e94d1b8d5c3f223b61c6a93c4f955174197422 /.gitlab-ci.yml | |
parent | 571377a4e5db50bb3bcc1c3c1fcb5ff7173fdf77 (diff) |
Use the -ruby environment
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 d8d8037..68db705 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: test:jessie: &test - image: $CI_REGISTRY/docker-images/layers:$DISTRO-deb + image: $CI_REGISTRY/docker-images/layers:$DISTRO-ruby stage: test variables: DISTRO: jessie |