diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bf5dbf4eb1e63baa9b4e3c86b64c61d42171af2..4e67d4b6dfa9f75ee2baf11ba0c44ab9d68f741f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ services: ## Should contain at least these three stages for a basic CI/CD stages: + - formatting - build - test - release @@ -16,6 +17,11 @@ variables: DOCKER_BUILDKIT: "1" DOCKER_TLS_CERTDIR: "" +prettify: + stage: formatting + script: + - cd backend + - npm run-script prettify build: variables: