diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
