diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a5355e..296be92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ prod-build: - node -v - rm -rf node_modules - npm install - - CI=false npm run build -- --base-href=/gwas/depo-curation/ + - CI=false npm run build -- --base-href=/gwas/depo-curation/ --configuration production artifacts: paths: - dist/gwas-curation-ui/*