diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f0881c01ab14376523d2c43e2ddfd3b7eb3930e..7d79bad1471882de310eb4d21710f6499d06adf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ danger test: *test_build alpine-aws test: *test_build gitlab-charts-build-base test: *test_build gitlab-qa test: *test_build -gitlab-ui test: *test_build +gitlab-puppeteer test: *test_build omnibus-gitlab-bionic test: *test_build omnibus-gitlab-centos6 test: *test_build omnibus-gitlab-centos7 test: *test_build @@ -149,7 +149,7 @@ danger: *build_and_deploy alpine-aws: *build_and_deploy gitlab-charts-build-base: *build_and_deploy gitlab-qa: *build_and_deploy -gitlab-ui: *build_and_deploy +gitlab-puppeteer: *build_and_deploy omnibus-gitlab-bionic: *build_and_deploy omnibus-gitlab-centos6: *build_and_deploy omnibus-gitlab-centos7: *build_and_deploy diff --git a/Dockerfile.gitlab-ui b/Dockerfile.gitlab-puppeteer similarity index 100% rename from Dockerfile.gitlab-ui rename to Dockerfile.gitlab-puppeteer