diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf41fff1871cd95238602e0c53c791c40b0d3472..d1f9f7ddf555d01a2cd830c5bed8e48aa4b0ce2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ publish_npm: - apk add --update make bash protobuf-dev yarn - cd ./config - npm i + - cd ../ rules: # - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'