Browse Source

Added stage, tags and script options.

Martin Edenhofer 9 years ago
parent
commit
46cbfb8b28
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .gitlab-ci.yml

+ 4 - 2
.gitlab-ci.yml

@@ -405,8 +405,10 @@ job_integration_autowizard_chrome:
     - script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
 
 job_integration_zendesk_chrome:
-    - export BROWSER_PORT=4071
-    - export WS_PORT=4072
+  stage: browser
+  tags:
+    - browser-chrome
+  script:
     - export BROWSER_URL=http://$IP:$BROWSER_PORT
     - RAILS_ENV=test rake db:create
     - script/bootstrap.sh