diff options
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99d81a6db50..dbdbae9d787 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,9 +145,8 @@ spec:ruby21: tags: - ruby - mysql -# TODO: put this back after testing -# only: -# - master + only: + - master spinach:ruby21: image: ruby:2.1 @@ -156,6 +155,5 @@ spinach:ruby21: tags: - ruby - mysql -# TODO: put this back after testing -# only: -# - master + only: + - master |