From a0aad4f45290a69c193baf1eff4b20880797c53c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 26 May 2021 17:58:58 +0200
Subject: [PATCH] forgot about bools, v1.7

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e6d7530..81f5ba5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -39,6 +39,6 @@ jobs:
           name: Install the software
           # This assumes pytest is installed via the install-package step above
           command: DEBUG=1 python setup.py install && rm -rf minijson
-      - test:
+      - run:
           name: Test the software
           command: pytest
-- 
GitLab