diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 110daeb916c05817110989fb49e5c18c78f2ee20..7110e990864e9e93c226c9c6e8118d5e43e365e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,13 @@ -# 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 +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - public + only: + - master + tags: + - pages