diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43c255e..1ee80a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,3 @@ -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules/ - - public/API/vendor/ - docker-build: # Use the official docker image. image: docker:latest