diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4b1f49..3e27387 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ front-lint: image: node:15-alpine allow_failure: true before_script: - - apk add python make + - apk add python build-base cmake script: - cd front - yarn @@ -11,7 +11,7 @@ front-lint: front-build: image: node:15-alpine before_script: - - apk add python make + - apk add python build-base cmake script: - cd front - yarn