summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 109d153..308f9d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,6 +20,6 @@ RUN yum -y install epel-release; yum clean all
RUN yum -y install rpm python python-pip epel-rpm-macros python-rpm-macros; yum clean all
RUN yum -y update --enablerepo=epel-testing
RUN pip install -U pytest
-COPY tests/test_bz1369486.py tests/test_bz1369486.py
+COPY tests/* tests/
CMD ["pytest", "tests/"]