Commit 7c4abce

mo <mo.khan@gmail.com>
2019-07-24 21:43:34
remove redundant docker pull step
1 parent ab51dfd
Changed files (1)
.gitlab-ci.yml
@@ -40,5 +40,4 @@ examine:
   stage: test
   script:
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
-    - docker pull $DOCKER_IMAGE
     - docker run -v /var/run/docker.sock:/var/run/docker.sock $DOCKER_IMAGE clair scan mokhan/minbox:latest --clair_url $CLAIR_URL --ip $(hostname -i)