summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: f61f5575710a72544c5df3339b50046b947e0079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
stages:
  - e2e

# - test
# - bundle
# - build

variables:
  DOCKER_DRIVER: overlay

e2e_tests:
  image: 0xacab.org:4567/leap/bitmask-dev:latest
  stage: e2e
  allow_failure: true
  script:
    - virtualenv venv
    - source venv/bin/activate
    - make dev-latest-backend
    - mkdir -p /root/.config/leap/
    - make install_helpers
    - make test_e2e
  tags:
    - linux