diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fe2dd9..f4b1f49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ front-lint: image: node:15-alpine + allow_failure: true + before_script: + - apk add python make script: - cd front - yarn @@ -7,6 +10,8 @@ front-lint: front-build: image: node:15-alpine + before_script: + - apk add python make script: - cd front - yarn