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

Added simple .gitlab-ci.yml file

parent 19a39934
No related branches found
No related tags found
No related merge requests found
stages:
- build
PythonBuild:
stage: build
script:
- apt-get update && apt-get install python3 -y
- python3 helloworld.py
\ 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