diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 744d69a2c77fb166e2f9025c5ad6009ea01115d0..ade8186d25a0eb4da99e913ee1bf29a4b644aaea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: alpine:latest + stages: - test - deploy @@ -21,6 +23,10 @@ test-job: pages: stage: deploy script: - - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" - only: - - master + - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" + artifacts: + paths: + - public + only: + - master +