diff options
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 45a6a177943..d4a9e03272b 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -124,7 +124,6 @@ gitlab:ui:visual: # Remove node modules from GitLab that may conflict with gitlab-ui - rm -r node_modules - git clone https://gitlab.com/gitlab-org/gitlab-ui.git - - cp public/assets/application-*.css gitlab-ui/styles/application.css - cd gitlab-ui - yarn install - CSS_URL=./application.css yarn test |