From b3cbb52f00e000277c3c74e1e9eab230d8b2d843 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 13 Sep 2022 13:22:39 +0200 Subject: Update tests --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87b164e..b9ee384 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ archlinux: - pip install build - pip install . script: - - ./tests/run.py + - ./tests/run.sh debian: image: "debian:latest" @@ -15,7 +15,7 @@ debian: - pip install build - pip install . script: - - ./tests/run.py + - ./tests/run.sh ubuntu: image: "ubuntu:latest" @@ -29,7 +29,7 @@ ubuntu: - source myenv/bin/activate - pip install . script: - - ./tests/run.py + - ./tests/run.sh fedora: image: "fedora:latest" @@ -42,5 +42,5 @@ fedora: - source myenv/bin/activate - pip install . script: - - ./tests/run.py + - ./tests/run.sh -- cgit v1.2.3