Skip to content
Snippets Groups Projects
Commit bacb62bd authored by Felix Goding's avatar Felix Goding
Browse files

Update .gitlab-ci.yml to use pytest

parent 8bdb7d70
No related branches found
No related tags found
3 merge requests!67WIP: B-ASIC version 1.0.0 hotfix,!65B-ASIC version 1.0.0,!15Add changes from sprint 1 and 2 to master
image: python:3.6
stages:
- build
- test
before_script:
- pip3 install .
- pip3 show myapp
PythonBuild:
stage: build
artifacts:
untracked: true
run tests:
stage: test
only:
- develop
tags:
- python3
- test
script:
- apt-get update && apt-get install python3 -y
\ No newline at end of file
- pytest test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment