Commit 2545087

mo <mo.khan@gmail.com>
2019-07-23 21:08:11
try to run the tests in the container that was built
1 parent 2c9a38b
Changed files (1)
.gitlab-ci.yml
@@ -20,7 +20,7 @@ build:
     - docker push $IMAGE
 
 rspec:
-  image: ruby:alpine
+  image: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
   stage: test
   script:
     - apk add git