diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-05-31 10:17:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 10:17:11 -0400 |
commit | a5760ba68d52940b43d37b54671978834b6466c6 (patch) | |
tree | e8dd1abfccb4969809d1a022aa215bcf4d3883b5 | |
parent | df0686fb8b6fefebda0548d39caad2622e2bce89 (diff) | |
download | spmc-a5760ba68d52940b43d37b54671978834b6466c6.tar.gz |
Update config.yml
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b16216..18d54fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: build-centos7: docker: - - image: centos:7 + - image: jhunkeler/spm_ci_centos7:latest environment: TEST_RESULTS: /tmp/test-results |