Commit 648aa665 authored by Syed Bilal Raees's avatar Syed Bilal Raees

config04

parent 7b868be7
Pipeline #2016 failed with stage
in 6 seconds
...@@ -7,10 +7,10 @@ test_app: ...@@ -7,10 +7,10 @@ test_app:
before_script: before_script:
- python3 -V - python3 -V
- alias pip=pip3 - python3 -m venv venv
- python3 -m pip - source env/bin/activate
script: script:
- python3 -m install Flask - pip install Flask
- python hello.py - python hello.py
tags: tags:
- ci - ci
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment