diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4f84114..cc7c60a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: node:latest stages: - prepare - test + - bar - build - - deploy cache: &global_cache key: @@ -40,6 +40,11 @@ lint: # cache: # <<: *global_cache +foo: + stage: bar + script: + - ls dist + build: stage: build script: @@ -51,11 +56,6 @@ build: - dist/ expire_in: 1 week -foo: - stage: deploy - script: - - ls dist - # deploy: # stage: deploy # # dependencies: