Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 716b1108 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix CI

parent 84620700
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
image: $CI_REGISTRY_IMAGE/env:latest


stages:
stages:
 - check
 - check
@@ -9,14 +10,12 @@ services:
  - docker:20.10-dind 
  - docker:20.10-dind 


python:
python:
  image: $CI_REGISTRY_IMAGE/env:latest
  stage: check
  stage: check
  script:
  script:
    - ./manage test.black
    - ./manage test.black
    - ./manage test.pylint
    - ./manage test.pylint


build:web:
build:web:
  image: $CI_REGISTRY_IMAGE/env:latest
  stage: build
  stage: build
  script:
  script:
    - ./manage node.env
    - ./manage node.env
@@ -48,7 +47,6 @@ build:docker:tags:
    - tags
    - tags


test:unit:
test:unit:
  image: $CI_REGISTRY_IMAGE/env:latest
  stage: test
  stage: test
  script:
  script:
    - ./manage test.coverage
    - ./manage test.coverage