Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ stages: - publish #- tests #cache: # key: ${CI_COMMIT_REF_SLUG} # paths: # - vendor/ cache: key: ${CI_COMMIT_REF_SLUG} paths: - vendor/ #unit-tests: # stage: tests Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ stages: - publish #- tests #cache: # key: ${CI_COMMIT_REF_SLUG} # paths: # - vendor/ cache: key: ${CI_COMMIT_REF_SLUG} paths: - vendor/ #unit-tests: # stage: tests Loading