Commit 058ad71

mo <mo.khan@gmail.com>
2019-07-23 22:51:00
disable GIT_STATEGY
1 parent 92c87c8
Changed files (1)
.gitlab-ci.yml
@@ -23,6 +23,8 @@ rspec:
   image:
     name: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
     entrypoint: [""]
+  variables:
+    GIT_STRATEGY: none
   stage: test
   script:
     - bundle exec rspec
@@ -30,7 +32,8 @@ rspec:
 examine:
   image:
     name: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
-    entrypoint: [""]
+  variables:
+    GIT_STRATEGY: none
   stage: test
   script:
-    - bundle exec ./examine clair scan mokhan/minbox:latest
+    - clair scan mokhan/minbox:latest