Loading .gitlab-ci.build.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,6 @@ before_script: - type yarn grunt java - yarn install tags: - custom-runner cache: paths: - node_modules/ Loading @@ -21,6 +19,8 @@ prepare-unbuilt-version: stage: pre-build script: - grunt preBuild tags: - custom-runner artifacts: name: ${CI_JOB_NAME}_${CI_COMMIT_REF_NAME} expire_in: 1 week Loading .gitlab-ci.test.yml +2 −0 Original line number Diff line number Diff line .run-tests: extends: .web-build tags: - custom-runner cache: policy: pull Loading Loading
.gitlab-ci.build.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,6 @@ before_script: - type yarn grunt java - yarn install tags: - custom-runner cache: paths: - node_modules/ Loading @@ -21,6 +19,8 @@ prepare-unbuilt-version: stage: pre-build script: - grunt preBuild tags: - custom-runner artifacts: name: ${CI_JOB_NAME}_${CI_COMMIT_REF_NAME} expire_in: 1 week Loading
.gitlab-ci.test.yml +2 −0 Original line number Diff line number Diff line .run-tests: extends: .web-build tags: - custom-runner cache: policy: pull Loading