diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 13:22:39 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 13:22:39 +0200 |
| commit | b3cbb52f00e000277c3c74e1e9eab230d8b2d843 (patch) | |
| tree | fb0c9f981d79a433d7d52dc0ed5377f5689c48ad /.gitlab-ci.yml | |
| parent | e188ca4040ba59b7e61402a3d48c888463b3a4bd (diff) | |
Update tests
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 |
