diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3292331..38f65f70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,15 +2,6 @@ stages: - build_project - build_image -# cache -cache: - key: - files: - - package.json - paths: - - node_modules - untracked: true - build_project: stage: build_project script: @@ -34,3 +25,13 @@ build_image: - dev-cicd tags: - GN-XXG-Server + + +# cache +cache: + key: + files: + - package.json + paths: + - node_modules + untracked: true