diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc73b49f64882d646d2485ac25a56e9d795492f5..110daeb916c05817110989fb49e5c18c78f2ee20 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