Skip to content

Commit

Permalink
chore(CI): Disable test stage since there are no tests to run anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Aug 9, 2023
1 parent 058b4c5 commit 22c1550
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
stages:
- test
# - test
- package
- deploy

test:debian:
stage: test
script:
- apt-get update -qy
- apt-get install -y python3-dev python3-pip tox
- pip3 install .
- tox -e py39
tags:
- debian
#test:debian:
# stage: test
# script:
# - apt-get update -qy
# - apt-get install -y python3-dev python3-pip tox
# - pip3 install .
# - tox -e py39
# tags:
# - debian


package:debian:
Expand Down

0 comments on commit 22c1550

Please sign in to comment.