Commit e6bff48

mo <mo.khan@gmail.com>
2019-07-24 22:00:07
do not install bundler
1 parent 12e03d4
Changed files (1)
.gitlab-ci.yml
@@ -41,7 +41,6 @@ examine:
   stage: test
   script:
     - apk add ruby curl
-    - gem install bundler -v '~> 2.0' --no-document
     - gem install examine --no-document
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
     - examine clair scan $DOCKER_IMAGE --clair_url $CLAIR_URL --ip $(hostname -i)