stages: - build - test build: stage: build tags: - python3 script: - python3 -m py_compile panxy.py test: stage: test tags: - python3 script: - python3 panxy.py