diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-03-29 00:25:03 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-03-29 00:25:03 +0800 |
commit | f6f6e2fb9bd2e7f76af6beeaa3e05d0b3de37f27 (patch) | |
tree | 64ece367515f42d306faca2f01ef162bf7ddeee7 /.gitlab-ci.yml | |
parent | 1badaaf476db25974d9eb4119dcd9e7442086319 (diff) | |
download | gitlab-ce-f6f6e2fb9bd2e7f76af6beeaa3e05d0b3de37f27.tar.gz |
Switch back to original repository
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 c2c1668a761..1b0dd555b6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "registry.gitlab.com/godfat/gitlab-build-images:ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6" cache: key: "ruby-233" |