diff --git a/.circleci/config.yml b/.circleci/config.yml index 55d085b..1c07d64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: name: run tests command: | . venv/bin/activate - python riddle.py surrealmemes + python riddle.py Python - store_artifacts: path: test-reports