diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc592b2..2e4626b 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,11 @@ +workflow: + rules: + - changes: + - proxy/**/* + - Dockerfile + when: always + - when: never + stages: - test - build @@ -10,19 +18,6 @@ test: script: - pip install -q -r requirements.txt - python -m unittest discover tests - only: - changes: - - ^README.md - - ^CHANGELOG - - ^.gitattribute - - ^.gitignore - - ^.gitlab-ci.yml - - ^tests/ - - proxy/**/* - - Dockerfile - - requirements.txt - - build: needs: