diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c08842d..d2453b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: node:latest stages: - build + - babel cache: paths: @@ -14,4 +15,8 @@ install_dependencies: - npm install artifacts: paths: - - node_modules/ \ No newline at end of file + - node_modules/ + +babel_compile: + stage: babel + script: npm run build \ No newline at end of file