Commit e39ec40c authored by canterburym's avatar canterburym
Browse files

Adding merge test

parent 7c821613
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@ stages:
  - Lint
  - Compile

MergeTest:
  stage: MergeTest
  script:
  - python3 testing/merge_test.py

parseASN1:
  stage: Syntax
  script:
@@ -31,8 +36,3 @@ compileASN1:
  - python3 testing/compile_asn1.py
  allow_failure: true
MergeTest:
  stage: MergeTest
  script:
  - python3 testing/merge_test.py
  allow_failure: true
+0 −2
Original line number Diff line number Diff line
@@ -4,8 +4,6 @@ import requests
import json
import subprocess

print ("Hello world v1.2")

crCommitBranch = os.environ.get("CI_COMMIT_REF_NAME", "cr/TS33128/0163")
apiUrl = os.environ.get("CI_API_V4_URL", "https://forge.3gpp.org/rep/api/v4")
projectId = os.environ.get("CI_PROJECT_ID", "13")