diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e497b8..724829c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ # Is performed before the scripts in the stages step -tags: - - selfhosted-1 + before_script: - source /etc/profile @@ -17,6 +16,9 @@ run-build: - mkdir build - mv ../* build/ + tags: + - selfhosted-1 + # This stage is only executed for new tags only: - tags