From c12790bfa0cd5b2c7b3ae20db440db1e88f13ca6 Mon Sep 17 00:00:00 2001 From: Spencer Pincott Date: Mon, 29 Aug 2022 23:26:43 -0400 Subject: [PATCH] Hopefully this will do it --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e831969..3c55e9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,25 +1,9 @@ stages: - - dependencies - build - deploy -.docker_template: - image: node:fermium-buster - tags: - - docker - -node_modules: - extends: .docker_template - stage: dependencies - script: npm ci - artifacts: - paths: - - node_modules - build: image: node:fermium-buster - tags: - - docker-build stage: build script: npm run build artifacts: