diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ed53646..35d4c017 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ catalog:  build:    stage: build -  script: +  before_script:      - echo $CI_BUILD_REF_NAME +  script:      - ssh testbot@greyhound.leap.se -p 4422 "/usr/local/bin/platform_test/buildscripts/build-on-greyhound.sh $CI_BUILD_REF_NAME -x" | 
