diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9441414a..050c1abd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,20 @@ stages: + - pull - build - test before_script: - cd /var/www/Projects/595.peerplays/blockchain +pulljob: + stage: build + script: + - git pull origin master + only: + - master + tags: + - pp-dev + buildjob: stage: build script: