diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-01 11:02:55 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-01 11:02:55 +0200 |
| commit | 47e7d3a9da2aafcf438c78ad1d74ac2288a77cd3 (patch) | |
| tree | 2bafc08234eec8f756b1eeefa7f59df5737f7710 /.gitlab-ci.yml | |
| parent | 2b2cb091459f050f94c966a8e49fa70d8ccde395 (diff) | |
Switch to run.py
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f494e16..0006748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ archlinux: - pip install build - pip install . script: - - ./tests/run.sh + - ./tests/run.py debian: image: "debian:latest" @@ -15,5 +15,5 @@ debian: - pip install build - pip install . script: - - ./tests/run.sh + - ./tests/run.py |
