summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc7cc1dc..3ed53646 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,9 @@ stages:
# - rspec
- build
+# doesn't work in docker atm
+# image: ruby:2.1
+
lint:
stage: syntax
script:
@@ -43,4 +46,3 @@ build:
script:
- echo $CI_BUILD_REF_NAME
- ssh testbot@greyhound.leap.se -p 4422 "/usr/local/bin/platform_test/buildscripts/build-on-greyhound.sh $CI_BUILD_REF_NAME -x"
-