From b2defc58891e1f9cc5ecdec342800c06b6d7c49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=BD=EB=8F=99=EC=A4=80?= <k3357943@ajou.ac.kr> Date: Fri, 31 Mar 2023 16:29:12 +0900 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc73b49..110daeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,5 @@ -image: alpine:latest - -pages: - stage: deploy - script: - - echo 'Nothing to do...' - artifacts: - paths: - - public - only: - - master - tags: - - pages - +# The Docker image that will be used to build your app +image: node:its +# Functions that should be executed before the build script is run +before_script: + - npm ci -- GitLab