Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-08-03 06:20:29 +0300
committerStan Hu <stanhu@gmail.com>2017-08-03 06:20:29 +0300
commit2ea7d880093efcc03258d060a7f154353c27cb3c (patch)
tree5665fef997397e23ef8b7385204093eaf914bd01 /.gitlab-ci.yml
parent0551944f6f6fc3041d283fa6fb7584db1011e412 (diff)
Remove unnecessary Docker image in karma job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4507dd29e91..d93c1fad351 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -480,7 +480,6 @@ karma:
<<: *dedicated-runner
<<: *except-docs
<<: *pull-cache
- image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6"
stage: test
variables:
BABEL_ENV: "coverage"