Skip to content
.gitlab-ci.yml 784 B
Newer Older
Vivien23's avatar
Vivien23 committed
stages:
    - test
    
Vivien's avatar
Vivien committed
before_script:
     - echo "deb http://ftp.debian.org/debian jessie main" > /etc/apt/sources.list
     - echo "deb http://ftp.debian.org/debian testing main" >> /etc/apt/sources.list
     - echo 'APT::Default-Release "jessie";' >> /etc/apt/apt.conf.d/00local
     - apt-get -qq update
     - apt-cache policy python3
     - apt-get remove -y binutils
     - apt-get -t testing install -y python3
     - apt-get -qq -t testing install -y python3-venv python3-pip python3-tk
     - python3 -V
     - python3 -m venv venv
     - . venv/bin/activate
     - pip3 install -r requirements.txt
Vivien's avatar
Vivien committed
    
Vivien's avatar
Vivien committed

        
job_test:

    stage: test
    script:  
        - echo "test"
Vivien's avatar
Vivien committed
        - chmod u+rwx Test_Engineering_tools.py
        - ./Test_Engineering_tools.py